Welcome!
This is my own home on the web. You probably know me as Zayd. @@ -21,6 +22,9 @@ clearnet), but for now FSKY is hosting my site.
-diff --git a/assets/css/main.css b/assets/css/main.css index a5a65a2..ef65ea3 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -14,6 +14,11 @@ src: url('/assets/fonts/fira_code_v6.2/woff2/FiraCode-Regular.woff2'); } +@font-face { + font-family: ATT PC6300; + src: url('/assets/fonts/oldschool_pc_font_pack_v2.2/Web437_ATT_PC6300.woff') +} + body { margin-top: 2%; @@ -46,6 +51,10 @@ body { color: #bb53f3; } +.navbar a:hover { + color: white; +} + .navbar h1 { margin-bottom: 0px; } @@ -63,30 +72,34 @@ body { } } - -.navbar a:hover { - color: white; -} - - /* Main content */ -.main { +main { color: white; font-family: FiraCode; width: 70%; } -.main h2 { - margin-top: 3px; +main h2 { + font-family: ATT PC6300; + font-size: 40px; + margin-top: 20px; margin-bottom: 0px; } -.main p { +main p { margin-top: 5px; } -.main a { +main a { text-decoration: none; color: #418cf6; } + +a:hover { + color: white; +} + +footer { + color: white; +} diff --git a/index.html b/index.html index 82a698f..93e50e0 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,15 @@
This is my own home on the web. You probably know me as Zayd. @@ -21,6 +22,9 @@ clearnet), but for now FSKY is hosting my site.
-