Skip to content

Commit 1fdf1bf

Browse files
Made flash animation CSS
Minor other fixes
1 parent a7b376e commit 1fdf1bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stylesheet.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
/*
1616
* Base structure
1717
*/
18+
@keyframes doneFlash {
19+
20+
0% {background-color: black;}
21+
25% {background-color: rgb(235, 0, 0);}
22+
50% {background-color: rgb(235, 0, 0);}
23+
75% {background-color: black;}
24+
100% {background-color: black;}
25+
26+
}
1827

1928
body {
2029
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);

0 commit comments

Comments
 (0)