diff --git a/assets/pfp.gif b/assets/pfp.gif new file mode 100755 index 0000000..2023a3a Binary files /dev/null and b/assets/pfp.gif differ diff --git a/index.html b/index.html index 4bc34f1..d6d35dc 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@
-
my profile picture, which is most likely a grey yoshi
+
my profile picture, which is most likely a grey yoshi
diff --git a/style.css b/style.css index f292653..8225a5a 100644 --- a/style.css +++ b/style.css @@ -223,11 +223,14 @@ html { .intro-box, .socials, .about-me { position: relative; display: flex; - justify-content: space-evenly; padding: 30px; background-color: var(--bg); } +.intro-box { + justify-content: space-evenly; +} + .pfp { width: 150px; height: 150px;