diff --git a/img/blueheart.gif b/img/blueheart.gif new file mode 100644 index 0000000..a9fe86f Binary files /dev/null and b/img/blueheart.gif differ diff --git a/index.html b/index.html index c86a59f..9bc20b3 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@

Hi there, I'm Sophie!

She/They, Trans MtF, 19, Artist, Developer, and Linux User

- + @@ -27,7 +27,7 @@ - +

@@ -37,9 +37,10 @@

-
- - Mastodon + + + Mastodon \ No newline at end of file diff --git a/styles/stylemain.css b/styles/stylemain.css index 1b60320..bc74b48 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -39,6 +39,11 @@ div.main { padding: 10px; border-radius: 30px; } +a.blueheart { /* probably not the right way of doing things, but this css is awful and i cannot comprehend it for the life of me anymore... -64 */ + margin: auto; + padding-top: 100px; + width: 60%; +} body { background-image: url("/img/bg_avif.avif"); /* If need be, I'll figure out a way to change this for devices that don't support AVIF */ }