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;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* this is the weird css */
|
||||||
.intro {
|
.intro {
|
||||||
margin-top: 20vh;
|
margin-top: 20vh;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
|
@ -118,6 +118,7 @@ body::before {
|
||||||
padding: 1vh;
|
padding: 1vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.intro {
|
.intro {
|
||||||
margin-top: 10vh;
|
margin-top: 10vh;
|
||||||
|
|
@ -146,3 +147,4 @@ body::before {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ----------- */
|
||||||
13
index.html
13
index.html
|
|
@ -39,12 +39,13 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="intro">
|
<div class="intro">
|
||||||
<div class="intro-header">
|
<header class="hub-header">
|
||||||
<div class="HiIm">Hi, I'm </div>
|
<img class="pfp" src="assets/media/avatar.png" alt="Ari avatar">
|
||||||
<div class="name">Ari</div>
|
<div class="HiIm">Hi, I'm</div> <h1>Ari</h1>
|
||||||
<br class="desktop-break">
|
<h2 class="pronouns">(fae/faer)</h2>
|
||||||
<div class="pronouns">(She/They)</div>
|
<p class="tagline">Dev Info</p>
|
||||||
</div>
|
<p class="waka-meta" id="waka-meta" hidden></p>
|
||||||
|
</header>
|
||||||
<div class="intro-text">
|
<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.
|
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>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue