From 5027dd6330acc9be73387ba8a66551137c307e52 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Tue, 31 Jan 2023 17:43:14 -0700 Subject: [PATCH] GIMM 300 PA 1. --- css/main.css | 34 +++++++--- index.html | 173 +++++++++++++++++++++++++++++---------------------- 2 files changed, 125 insertions(+), 82 deletions(-) diff --git a/css/main.css b/css/main.css index 47f657b..30294ef 100644 --- a/css/main.css +++ b/css/main.css @@ -120,11 +120,18 @@ text-align: center; p { font-family: 'IBM Plex Sans', sans-serif; -font-size: 28px; +font-size: 20px; color: #78a1bb; text-align: center; } +hr { + border-top: #78a1bb dashed 4px; + max-width: 75%; + margin-left: auto; + margin-right: auto; +} + iframe[src*=youtube] { text-align: center; @@ -158,17 +165,20 @@ background-size: cover; } .navbar-brand { -font-family: VT323; -font-size: 36px; -src: url("../fonts/VT323-Regular.ttf"); -color: #FFBC42; + font-family: VT323; + font-size: 36px; + color: #FFBC42; } .navbar-text { -font-family: VT323; -font-size: 36px; -src: url("../fonts/VT323-Regular.ttf"); -color: #78a1bb; + font-family: VT323; + font-size: 36px; + color: #78a1bb; +} + +.navbar-logo { + max-height: 50px; + padding-right: 15px; } .card { @@ -201,6 +211,12 @@ height: 100%; color: #FFBC42; } +.footer { + width: 100%; + height: 60px; + line-height: 60px; +} + @font-face { font-family: VT323; src: url("https://kforney.github.io/fonts/VT323-Regular.ttf"); diff --git a/index.html b/index.html index 5e345a8..093634f 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,6 @@ - - - - - @@ -31,7 +26,7 @@ +
+ +
+
+
+
+

Kaj Forney

+
+
+
+
+

Greetings! I am a human who enjoys pixel art, programming, and penguins.

+

Sometimes, I also make games.

+

This site displays a few of the things I've made or helped to make.

+
+
+
+
+ +
+ +
+
@@ -98,10 +116,7 @@