Skip to content

Commit

Permalink
Merge pull request #63 from Yaser-123/main
Browse files Browse the repository at this point in the history
Enhancing Footer Section
  • Loading branch information
MastanSayyad authored Jun 30, 2024
2 parents 2e3f436 + 7f86aa2 commit 05383ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,13 @@ <h5>Subscribe to our newsletter</h5>
href="/" aria-label="Visual Sort">
Visual Sort
</a>
<div class="vs">
<ul class="list-unstyled small">
<li class="mb-2">Visual Sort is a web-based sorting algorithm visualization tool which provides an
interactive way to visualize various sorting algorithms in action, helping users understand how
different algorithms work and their efficiency in sorting data</li>
</ul>
</div>
</div>
<div class="col-6 col-md-2 mb-3">
<h5>Home</h5>
Expand Down Expand Up @@ -1040,4 +1042,4 @@ <h5>Legal</h5>

</body>

</html>
</html>
21 changes: 18 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,23 @@ form .btn2{
}
footer {
height: 50px;
color: #7971ea;
}

footer h5 {
color: rgb(65, 43, 43);
padding-bottom: 10px;
font-weight: bold;
}

.col-6.col-md-2.mb-3 a {
color: #7971ea;
}

.col-6.col-md-2.mb-3 a:hover {
transform: translateY(-5px) scale(1.2);
color: rgb(0, 0, 0);
}
color: black;
}
.vs{
color: gray;
font-weight: bolder;
}

0 comments on commit 05383ab

Please sign in to comment.