diff --git a/html/landingpage.html b/html/landingpage.html index bdd23f6..29d8d6f 100644 --- a/html/landingpage.html +++ b/html/landingpage.html @@ -8,7 +8,7 @@ - + @@ -22,6 +22,10 @@ PROGRAMMING +
+

The Adversary

+

Assault penguins to the Power

+
diff --git a/sass/index.css b/sass/index.css index 32cf428..533053e 100644 --- a/sass/index.css +++ b/sass/index.css @@ -28,6 +28,26 @@ p { font-size: 150%; } +.header-title { + height: 300px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-family: 'Staatliches', sans-serif; +} + +.header-title h1 { + font-size: 90px; + letter-spacing: 30px; + margin: 0; +} +.header-title h2 { + font-size: 30px; + letter-spacing: 10px; + margin: 0; +} + .divider { height: 3px; background-color: #ad080f;