>>10323what the fuck is a "framework"?
JS is already bad enough, even CSS is pretty bloated (although i use some on my site to make it look different than #000000 on #FFFFFF), but literally who the fuck is incompetent enough to not write web pages manually?
btw can you tell me if i'm the only one, or does this CSS cause lag?
.glow {
color: #fff;
text-align: center;
-webkit-animation: glow 2s ease-in-out infinite alternate;
-moz-animation: glow 2s ease-in-out infinite alternate;
animation: glow 2s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #00ff00, 0 0 50px #00ee00, 0 0 60px #00dd00, 0 0 70px #00cc00, 0 0 80px #00bb00;
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #00aa0a, 0 0 15px, 0 0 20px #009900, 0 0 25px #008800, 0 0 30px #007700, 0 0 35px #006600;
}
}
(
https://cia.govt.hu/ if you are too lazy)