Skip to content
Snippets Groups Projects
Commit c4b3a852 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

fixed points in version 1

parent 9e025dfe
Branches main
No related merge requests found
......@@ -2,7 +2,7 @@
user-select: none;
margin: 0;
margin-top: auto;
font-family: Helvetica, sans-serif;
font-family: Arial, sans-serif;
font-size: 0px;
color: blue;
}
......@@ -20,7 +20,7 @@
border: 9px solid blue;
border-radius: 50%;
position: absolute;
top: -30px;
top: -10px;
right: 10px;
animation: fjfiBodAnimation 0.4s infinite linear;
animation-direction: alternate-reverse;
......@@ -32,10 +32,10 @@
@keyframes fjfiBodAnimation {
0% {
top: -30px;
top: -10px;
}
100% {
top: -20px;
top: 0px;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment