Adding to people who have linked to project
This commit is contained in:
parent
d382c4ed1f
commit
3560184801
2 changed files with 30 additions and 1 deletions
|
|
@ -586,7 +586,9 @@
|
||||||
height: 18px;
|
height: 18px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 50% 50% 0 0;
|
border-radius: 50% 50% 0 0;
|
||||||
box-shadow: -12px 0 0 #fff, 12px 0 0 #fff;
|
box-shadow:
|
||||||
|
-12px 0 0 #fff,
|
||||||
|
12px 0 0 #fff;
|
||||||
animation: bow-sparkle 3s ease-in-out infinite;
|
animation: bow-sparkle 3s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -942,6 +944,20 @@
|
||||||
text-shadow: 0 0 5px rgba(0, 150, 255, 0.3);
|
text-shadow: 0 0 5px rgba(0, 150, 255, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: none;
|
||||||
|
height: 2px;
|
||||||
|
margin: 2rem 0;
|
||||||
|
background: linear-gradient(
|
||||||
|
90deg,
|
||||||
|
transparent,
|
||||||
|
rgba(0, 150, 255, 0.6),
|
||||||
|
rgba(255, 120, 0, 0.6),
|
||||||
|
transparent
|
||||||
|
);
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background: rgba(0, 100, 180, 0.15);
|
background: rgba(0, 100, 180, 0.15);
|
||||||
padding: 0.2rem 0.5rem;
|
padding: 0.2rem 0.5rem;
|
||||||
|
|
|
||||||
|
|
@ -25,3 +25,16 @@ Big thanks to [neonaut's 88x31 archive](https://neonaut.neocities.org/cyber/88x3
|
||||||
- 07/01/2025 - Initial release.
|
- 07/01/2025 - Initial release.
|
||||||
- 08/01/2025 - Total refactor to be modular, added many more effects.
|
- 08/01/2025 - Total refactor to be modular, added many more effects.
|
||||||
- 09/01/2025 - Rewrote the bevel inset and outset border code so they look a lot nicer at the corners. Updates throughout so that multibyte (emoji!) characters should work.
|
- 09/01/2025 - Rewrote the bevel inset and outset border code so they look a lot nicer at the corners. Updates throughout so that multibyte (emoji!) characters should work.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Cool People Who Have Linked To This Project
|
||||||
|
|
||||||
|
[tdh.se](https://tdh.se/2026/01/88x31-pixlar-retroknapp/),
|
||||||
|
[rknight.me](https://rknight.me/blog/88x31-button-curios/),
|
||||||
|
[fyr.io](https://fyr.io/scrap/2026-01-09),
|
||||||
|
[brennan.day](https://brennan.day/resources-for-the-personal-web-a-follow-up-guide/),
|
||||||
|
[kuemmerle.name](https://kuemmerle.name/bastelglueck/),
|
||||||
|
[craney.uk](https://craney.uk/posts/stuff-this-week-74)
|
||||||
|
|
||||||
|
Am I missing you? Email me or send a webmention!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue