Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
loblachi authored Apr 4, 2024
1 parent 59e41d3 commit c288c98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@ <h1>Socials</h1>
</div>
</div>
<div class="c7-end">
<p>Copyright 2024. All Rights Reserved. Crafted by Trevlin</p>
<p>Copyright 2024. All Rights Reserved.</p>
<p>Image Credits - Pexels</p>
<p>Crafted by Trevlin</p>
</div>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@
background: url("./Images/img-17.jpg");
background-attachment: fixed;
background-size: cover;
min-height: 700px;
background-position: center;
background-repeat:repeat-y;
min-height: 100vh;
}
.container{
width: 90%;
Expand Down Expand Up @@ -1198,7 +1200,7 @@
font-family: var(--ff-manrope);
font-size: var(--size-tab-text-1);
color: white;
opacity: .7;
opacity: .3;
}
}

Expand Down Expand Up @@ -1251,6 +1253,6 @@
font-family: var(--ff-manrope);
font-size: var(--size-mobile-text-1);
color: white;
opacity: .7;
opacity: .3;
}
}

0 comments on commit c288c98

Please sign in to comment.