AHHHHHHHHHHHHHH
This commit is contained in:
parent
6b63941963
commit
75f496a550
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
|
|
@ -83,7 +83,7 @@ body::before {
|
|||
z-index: 0;
|
||||
}
|
||||
|
||||
|
||||
/* this is the weird css */
|
||||
.intro {
|
||||
margin-top: 20vh;
|
||||
color: var(--text);
|
||||
|
|
@ -118,6 +118,7 @@ body::before {
|
|||
padding: 1vh;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.intro {
|
||||
margin-top: 10vh;
|
||||
|
|
@ -146,3 +147,4 @@ body::before {
|
|||
}
|
||||
}
|
||||
|
||||
/* ----------- */
|
||||
13
index.html
13
index.html
|
|
@ -39,12 +39,13 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="intro">
|
||||
<div class="intro-header">
|
||||
<div class="HiIm">Hi, I'm </div>
|
||||
<div class="name">Ari</div>
|
||||
<br class="desktop-break">
|
||||
<div class="pronouns">(She/They)</div>
|
||||
</div>
|
||||
<header class="hub-header">
|
||||
<img class="pfp" src="assets/media/avatar.png" alt="Ari avatar">
|
||||
<div class="HiIm">Hi, I'm</div> <h1>Ari</h1>
|
||||
<h2 class="pronouns">(fae/faer)</h2>
|
||||
<p class="tagline">Dev Info</p>
|
||||
<p class="waka-meta" id="waka-meta" hidden></p>
|
||||
</header>
|
||||
<div class="intro-text">
|
||||
A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work, and just tries to help out whenever she can.
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue