Skip to content

Commit

Permalink
PROGRESSSS
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowReaper77 committed Dec 2, 2024
1 parent e45e656 commit 9474d8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,16 @@ iframe{
background-color: white;
margin-bottom: 20px;

}

.littleCard:hover{
background-color: red;


box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.5);
}


.littleCard > h1{
border: solid;
background-color: rgb(158, 158, 158);
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>


</span>
</main> <!--
</main>
<footer>

<span class="container">
Expand All @@ -145,7 +145,7 @@ <h1>
</footer>
</span>
</footer>
-->

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kHF3U2xeMtkDGM2HuPVEIlPIiPY7cmFk4Tua8RbnYdGXq5HEeN5qNbcUENQ0G5uB" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit 9474d8e

Please sign in to comment.