1
0
Fork 0
isopod.cool/stuff/beat/pixel.css
2024-09-30 13:29:41 -06:00

10 lines
No EOL
243 B
CSS
Executable file

@font-face {
font-family: beat;
src: url("../fonts/slkscr.ttf");
}
body {
font-family: beat, monospace;
color: gainsboro;
background: rgb(255,0,178);
background: linear-gradient(27deg, rgba(255,0,178,1) 0%, rgba(53,0,182,1) 81%);
}