diff --git a/.nova/Configuration.json b/.nova/Configuration.json new file mode 100644 index 0000000..2c7a65d --- /dev/null +++ b/.nova/Configuration.json @@ -0,0 +1,3 @@ +{ + "workspace.color" : 1 +} diff --git a/images/minecraft/1.5.png b/images/minecraft/1.5.png new file mode 100644 index 0000000..36f3333 Binary files /dev/null and b/images/minecraft/1.5.png differ diff --git a/images/minecraft/1.8.png b/images/minecraft/1.8.png new file mode 100644 index 0000000..85ddbe6 Binary files /dev/null and b/images/minecraft/1.8.png differ diff --git a/index.html b/index.html index fffd664..9c43329 100644 --- a/index.html +++ b/index.html @@ -42,5 +42,12 @@ ├─Sandspiel
└─Sandboxels

+ + + + + + +
\ No newline at end of file diff --git a/style.css b/style.css index 7735b25..162567a 100644 --- a/style.css +++ b/style.css @@ -125,6 +125,21 @@ h3 { padding: 20px 10px; } +@keyframes iconhover { + from {transform: scale(1, 1);} + to {transform: scale(1.05, 1.05)} +} +.icon { + border-radius: 5px; +} +.icon:hover { + + animation-name: iconhover; + animation-duration: 0.25s; + animation-timing-function: ease-in-out; + animation-fill-mode: both; +} + @media (prefers-color-scheme: dark) { * { color: #ddd;