parent
3331a0a2f3
commit
f2c2ac6fc2
@ -0,0 +1,16 @@
|
||||
body {
|
||||
background-color: black;
|
||||
margin-top: 10%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
font-family: monospace;
|
||||
color: #AB00FF;
|
||||
animation: blink 3s infinite alternate;
|
||||
}
|
||||
.special {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
@keyframes blink {
|
||||
0% { background: black }
|
||||
100% { background: white }
|
||||
}
|
Loading…
Reference in New Issue