diff --git a/index.html b/index.html index 0048efb..645f14a 100644 --- a/index.html +++ b/index.html @@ -11,15 +11,26 @@
+
+
+
my profile picture, which is most likely a grey yoshi
+

hey, i'm ruben.

welcome to my site.

+
+
+ +
+

i'm your "average" 17 year old gay foss enjoyer.

+
+ \ No newline at end of file diff --git a/style.css b/style.css index 96ee95e..f075ea0 100644 --- a/style.css +++ b/style.css @@ -65,6 +65,7 @@ html { } .pixel-corners { border: 4px solid transparent; + margin-bottom: 40px; } .pixel-corners--wrapper { width: fit-content; @@ -216,10 +217,10 @@ html { max-width: 80%; position: absolute; top: 20%; - transform: translate(11%, -50%); + transform: translate(11%, -15%); } -.intro-box { +.intro-box, .about-me { position: relative; display: flex; justify-content: space-evenly; @@ -227,6 +228,11 @@ html { background-color: var(--bg); } +.pfp { + width: 200px; + height: 200px; +} + h1 { color: var(--header); text-align: center;