diff --git a/css/main.css b/css/main.css index e92823d..f00077d 100644 --- a/css/main.css +++ b/css/main.css @@ -14,7 +14,7 @@ html { color: var(--color-foreground); } -.tui-box { +.tui-frame { width: 100%; height: auto; padding: 20px; @@ -24,7 +24,7 @@ html { position: relative; } -.tui-header { +.tui-frame-header { position: absolute; top: 0; left: 25px; @@ -33,7 +33,7 @@ html { padding: 0 10px; } -.tui-content p{ +.tui-frame-content p{ font-size: 12pt; margin: 15px 0 15px 0; } diff --git a/index.html b/index.html index 68327e5..2844130 100644 --- a/index.html +++ b/index.html @@ -7,15 +7,29 @@
+ Hello! My name is Chris, aka Spudnut2000. Welcome to my personal portfolio site!
I am a husband, programmer, musician, and all around nerd. I like to develop both software and games.
@@ -23,5 +37,7 @@