Skip to content

Commit

Permalink
Updated about.html css, Combined with usual file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 17, 2024
1 parent a3efd79 commit a943e8b
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
1 change: 0 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/about/style.css">

<!-- Favicon -->
<link rel="shortcut icon" href="assets//assets\imgs\favicon.png">
Expand Down
44 changes: 0 additions & 44 deletions assets/css/about/style.css

This file was deleted.

47 changes: 46 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,49 @@ div.pl {
ul.plul {
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 {
text-align: center;
color: white;
z-index: 1;
font-size: 30px;
}

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

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

video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translateX(-50%) translateY(-50%);
z-index: -1;
filter: blur(7px);
opacity: 65%;
}

0 comments on commit a943e8b

Please sign in to comment.