Many nice things
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
color: whitesmoke;
|
||||
padding: 1rem 0 1rem 0;
|
||||
box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.31);
|
||||
margin-bottom: 1rem;
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
letter-spacing: 5px;
|
||||
@ -12,13 +11,13 @@
|
||||
color: #08ab08;
|
||||
animation: rotation 3s infinite linear;
|
||||
@keyframes rotation {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user