Skip to content

Commit

Permalink
Updated css and about.html fr this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 17, 2024
1 parent a943e8b commit 68e1aff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
8 changes: 4 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" aboutcontent="IE=edge">
<meta name="viewport" aboutcontent="width=device-width, initial-scale=1">
<title>tee's website</title>

<!-- CSS -->
Expand Down Expand Up @@ -42,10 +42,10 @@
<div class="about">
<div>
<body>
<div class="content">
<div class="aboutcontent">
<h1>Tee</h1>
<p>Heya! I'm Tee, A small Modrinth creator.</p>
<div id="images">
<div id="aboutimages">
<a href="https://discord.com/users/1050531216589332581" target="_blank"><img src="assets/imgs/discord.png" class="social-logo" alt="Discord"></a>
<a href="https://github.com/tayrp" target="_blank"><img src="assets/imgs/github.png" class="social-logo" alt="Github"></a>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank"><img src="assets/imgs/youtube.png" class="social-logo" alt="YouTube"></a>
Expand Down
19 changes: 5 additions & 14 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,39 +142,30 @@ div.pl {
display: inline-block;
text-align: left;
}
/* About stuff */
body {
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: black;
z-index: 1;
}

.content {
/* About Page */
.aboutcontent {
text-align: center;
color: white;
z-index: 1;
font-size: 30px;
}

#images {
#aboutimages {
display: flex;
justify-content: center;
align-items: center;
}

.social-logo {
.aboutsocial-logo {
padding-left: 15px;
padding-right: 1px;
transition: transform 0.2s;
width: 65px;
height: 47px;
}

video {
aboutvideo {
position: fixed;
top: 50%;
left: 50%;
Expand Down

0 comments on commit 68e1aff

Please sign in to comment.