refactored command with steps

This commit is contained in:
Bálint Szekeres
2019-05-19 17:11:11 +02:00
parent f54d4bd6cb
commit c1847af9ac
11 changed files with 299 additions and 61 deletions

View File

@@ -1,3 +1,11 @@
@keyframes sk-bounce {
0%, 100% {
transform: scale(0.0);
} 50% {
transform: scale(1.0);
}
}
header {
background-color: #000;
padding: 0.5rem 0;