Added pronouns (WOKE!)

This commit is contained in:
ImBadAtThisStuff 2026-05-29 01:18:37 +01:00
parent 40898f31e6
commit c1befcef72
2 changed files with 10 additions and 4 deletions

View File

@ -101,6 +101,13 @@ body {
display: inline-block;
}
.pronouns {
font-size: 1.75rem;
color: var(--overlay-1);
display: inline-block;
margin-left: -1rem;
}
.intro-text {
padding: 1vh;

View File

@ -40,12 +40,11 @@
<div class="intro">
<div class="intro-header">
<div class="HiIm">Hi, I'm </div>
<div class="name">Ari</div>
<div class="name"> Ari</div>
<div class="pronouns">(She/They)</div>
</div>
<div class="intro-text">
I'm a 17 Year Old devloper from <b>England, United Kingdom</b> who isn't very good at what they do, but, they try to help out whenever and wherever they can
</div>
</div>
I'm a 17 Year Old devloper from <b>England, United Kingdom</b> who rarely actually does devlopment work, and just tries to help out whenever she can.
</body>
<script src="js/index.js"></script>
</html>