diff --git a/bausystem/index.html b/bausystem/index.html index 7899339..7ce42af 100644 --- a/bausystem/index.html +++ b/bausystem/index.html @@ -37,7 +37,7 @@
- + SteamWar.de/docs diff --git a/home.css b/home.css new file mode 100644 index 0000000..f92d85f --- /dev/null +++ b/home.css @@ -0,0 +1,22 @@ +nav { + margin-top: 1rem; + display: grid; + grid-template-columns: repeat(auto-fill, 32rem); + gap: 2rem; + justify-content: center; +} + +nav > * { + aspect-ratio: 1; + border: gray .15rem dashed; + border-radius: .5rem; + text-align: center; + transition: transform .3s ease-in-out; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +nav > *:hover { + transform: scale(1.01); +} \ No newline at end of file diff --git a/index.html b/index.html index 686f81a..e8084d7 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,36 @@ - Document + SteamWar.de/docs + + + + + + + + + +
+
+ SteamWar.de/docs +
+
+ +
\ No newline at end of file