commit 7f2d42d3b1c478369cee794b5c5d2cfae5e632b1 Author: Dominic Zimmer Date: Sat Oct 8 13:00:05 2022 +0200 Initial commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..1b4f43d --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + Reihe 12 + + + +
+ +
+ + diff --git a/reihe12.svg b/reihe12.svg new file mode 100644 index 0000000..044c03e --- /dev/null +++ b/reihe12.svg @@ -0,0 +1,190 @@ + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..88f10a4 --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ +body { + background-color: black; +} +.container { + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.logo { + height: 90%; + margin: auto; + filter: invert(1); +}