Skip to content

Commit

Permalink
moving shit around and font test ig? idfk
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsreg committed Oct 23, 2023
1 parent 09fa559 commit c45dc85
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
Binary file added font/vcr-7.otf.zip
Binary file not shown.
16 changes: 16 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,19 @@ body {
height: 100%;
display: flex;
}
.title {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-left: 3em;
margin-right: 3em;
}
.maintitle {
font-size: 5em;
font-weight: 700;
}

.status {
font-size: 1.25em;
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
alt="mohsregTV Vtuber Avatar full-body"
class="avatar_full-body"
/>
<div>
<a>mohsregTV</a>
<a>The Illest TV Screen</a>
<div class="title">
<a class="maintitle">mohsregTV</a>
<a class="status">The Illest TV Screen</a>
</div>
</div>
</body>
Expand Down

0 comments on commit c45dc85

Please sign in to comment.