Update profile image

This commit is contained in:
Roscoe 2025-05-12 15:48:12 +01:00
commit 3e8ab5d8ef
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
3 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
<span id="quote">gimme appuls</span>
</p>
</div>
<div><img src="./res/images/profile-v3.png" class="profile-image"></div>
<div><img src="./res/images/profile-v4.png" class="profile-image"></div>
<div>
<ul>
<li>19 y/o, British</li>

View file

@ -1,11 +1,11 @@
@import url("fira.css");
:root {
--background: hsl(282, 23%, 9%);
--foreground: hsl(271, 64%, 88%);
--drop-shadow-color: hsla(271, 64%, 88%, 0.235);
--background: hsl(228, 22%, 20%);
--foreground: hsl(228, 64%, 88%);
--drop-shadow-color: hsla(228, 64%, 88%, 0.235);
--drop-shadow-size: 8px 8px;
--links: hsl(267, 84%, 81%);
--links: hsl(228, 84%, 81%);
--profile-image-size: 200px;
--page-width: 520px;
}

BIN
res/images/profile-v4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB