Skip to content

Commit

Permalink
Update details and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAvafe committed Oct 21, 2024
1 parent 5f96aa9 commit ebc4271
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.background {
width: 100vw;
height: 100vh;
background: url("/images/Background.png");
background-size: cover;
position: absolute;
top: 0;
overflow: hidden;
opacity: 0.5;
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@
<!-- Brand Styles -->
<link rel="stylesheet" href="css/brands.css" />

<link rel="stylesheet" href="css/index.css">

<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" href="images/LogoGlyph.png" />
</head>

<body>
<div class="background"></div>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
Expand Down

0 comments on commit ebc4271

Please sign in to comment.