From b760683101743879d85d8d54fa22cff0649f5d7d Mon Sep 17 00:00:00 2001 From: Chaos Date: Sun, 7 Aug 2022 20:56:08 +0200 Subject: [PATCH] Add Homepage --- bausystem/index.html | 2 +- home.css | 22 ++++++++++++++++++++++ index.html | 29 ++++++++++++++++++++++++++++- 3 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 home.css diff --git a/bausystem/index.html b/bausystem/index.html index 1baa250..836724b 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