diff --git a/css/index.css b/css/index.css index c7a2069..90982b7 100644 --- a/css/index.css +++ b/css/index.css @@ -70,22 +70,38 @@ html, body { font-family: 'Comic Code', sans-serif; overflow-x: hidden; max-width: 100vw; + margin: 0; + min-height: 100vh; +} + +body { + display: flex; + justify-content: center; +} + +.intro { + margin-top: 25vh; + color: var(--text); + text-align: center; + padding: 5vh } .intro-header { - color: var(--text); font-size: 2.5rem; font-weight: 700; - text-align: center; - } .HiIm { color: var(--text); - display:inline-block; + display: inline-block; } .name { color: var(--mauve); - display:inline-block; + display: inline-block; +} + +.intro-text { + padding: 1vh; + } \ No newline at end of file diff --git a/index.html b/index.html index 627608c..120eeb9 100644 --- a/index.html +++ b/index.html @@ -37,9 +37,14 @@ -
-
Hi, I'm
-
Ari
+
+
+
Hi, I'm
+
Ari
+
+
+ I'm a 17 Year Old devloper from England, United Kingdom who isn't very good at what they do, but, they try to help out whenever and wherever they can +