Added pronouns (WOKE!)
This commit is contained in:
parent
40898f31e6
commit
c1befcef72
|
|
@ -101,6 +101,13 @@ body {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pronouns {
|
||||||
|
font-size: 1.75rem;
|
||||||
|
color: var(--overlay-1);
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: -1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.intro-text {
|
.intro-text {
|
||||||
padding: 1vh;
|
padding: 1vh;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,12 +40,11 @@
|
||||||
<div class="intro">
|
<div class="intro">
|
||||||
<div class="intro-header">
|
<div class="intro-header">
|
||||||
<div class="HiIm">Hi, I'm </div>
|
<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>
|
||||||
<div class="intro-text">
|
<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
|
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.
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
<script src="js/index.js"></script>
|
<script src="js/index.js"></script>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue