diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,8 @@ body { background-position: center; background-repeat: no-repeat; background-attachment: fixed; + overflow-y: hidden; + overflow-x: hidden; touch-action: manipulation; } @@ -43,3 +45,10 @@ svg { animation: color 10s infinite linear; position: absolute; } + +div { + position: absolute; + border-radius: 50%; + background-color: #007bff; + transition: transform 1000ms ease-in-out, opacity 1000ms ease-in-out; +} |