Probably going to put something here
+ + +❗👷 This site is under construction 🚧 🏗️ 🚧
+
+
I am a self taught Full Stack Software Developer with an unhealthy addiction to solving problems using code.
diff --git a/styles/global.css b/styles/global.css index 494a0c2..23ae1ee 100644 --- a/styles/global.css +++ b/styles/global.css @@ -31,6 +31,11 @@ flex-wrap: wrap; } +.bg-gradient { + background: radial-gradient(circle at top right, + var(--background) 0%, var(--background-body) 50%, var(--background-body) 90%) +} + /* WIDTH HEIGHT ---------------------------------*/ .sm { @@ -61,6 +66,10 @@ height: 100dvh; } +.h-0 { + height: 0; +} + .x-center { align-items: center; } @@ -109,6 +118,7 @@ padding: 2rem; } +/* TEXT ---------------------------------------------*/ .text-sm { font-size: 1rem; } @@ -121,6 +131,7 @@ font-size: 1.4rem; } +/* FONT ---------------------------------------------*/ .font-muted { color: var(--text-muted); } @@ -133,9 +144,7 @@ font-weight: bold; } -.h-0 { - height: 0; -} + /* BORDER ---------------------------------- */ .border-dashed {