CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.
User:Glowingschizo/Sandbox/styles.css: Difference between revisions
From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
Never mind, I fixed the error Tag: Manual revert |
Testing CSS code |
||
| Line 1: | Line 1: | ||
.template-colortext{ | .template-colortext{ | ||
animation: colors 1s steps(1) infinite; | animation: colors 0.1s steps(1) infinite; | ||
} | } | ||
@keyframes colors { | @keyframes colors { | ||
| Line 6: | Line 6: | ||
color: #1E90FF; /* Bright blue */ | color: #1E90FF; /* Bright blue */ | ||
text-shadow: 0 0 5px #339FFF, 0 0 10px #339FFF, 0 0 15px #1E90FF; | text-shadow: 0 0 5px #339FFF, 0 0 10px #339FFF, 0 0 15px #1E90FF; | ||
} | } | ||
28.56% { | 28.56% { | ||
color: #FF4500; /* Bright red */ | color: #FF4500; /* Bright red */ | ||
text-shadow: 0 0 5px #FF6347, 0 0 10px #FF6347, 0 0 15px #FF4500; | text-shadow: 0 0 5px #FF6347, 0 0 10px #FF6347, 0 0 15px #FF4500; | ||
} | } | ||
} | } | ||
Revision as of 04:30, 15 August 2026
.template-colortext{
animation: colors 0.1s steps(1) infinite;
}
@keyframes colors {
0% {
color: #1E90FF; /* Bright blue */
text-shadow: 0 0 5px #339FFF, 0 0 10px #339FFF, 0 0 15px #1E90FF;
}
28.56% {
color: #FF4500; /* Bright red */
text-shadow: 0 0 5px #FF6347, 0 0 10px #FF6347, 0 0 15px #FF4500;
}
}