diff --git a/index.html b/index.html index d605a45..8fa4d36 100644 --- a/index.html +++ b/index.html @@ -41,14 +41,16 @@ ├─Sandspiel
└─Sandboxels

- +
+ +

Minecraft 1.5.2

Minecraft 1.8.8 u27

webEPK


diff --git a/style.css b/style.css index 86359ee..7eb6502 100644 --- a/style.css +++ b/style.css @@ -117,17 +117,30 @@ h3 { } /* Bar styling */ +table { + table-layout: fixed; + width: 100%; +} + +td { + padding: 0px; +} + td p { text-align: center; + font-size: 15px; } td img{ + height: 100px; display: block; margin-left: auto; margin-right: auto; transform: scale(0.9, 0.9); - border-radius: 5px; + border-radius: 10px; transition: all 0.2s ease-in-out 100ms; + position: relative; } + td img:hover { transform: scale(1, 1); }