Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@

[@VelizarStavrev](https://github.com/VelizarStavrev)

[@VaibhavSuryavanshi93](https://github.com/VaibhavSuryavanshi93)

[@javfue](https://github.com/javfue)

[@Ram-1984](https://github.com/Ram-1984)
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@ <h2 class="animated bounce text-center">Why take this course?
<hr>
</div>
<hr>
<a>Zero To<span class="masteryColor"> Mastery</span></a>
<a><span class="size">Zero To<span class="masteryColor"> Mastery</span></span></a>
</h1>
<a href="instructor.html" id="course-button" class="btn btn-secondary px-3 py-2">View
<a href="instructor.html" id="course-button-2" class="btn btn-secondary px-3 py-2">View
Courses</a>
</div>
</div>
<div>

<div class="container details-container">
<div class="container">
<h2 class="animated bounce text-center">Why take this course?
Expand Down
20 changes: 19 additions & 1 deletion modified_homepage_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,22 @@ nav {
background-color: #081020c7;
color: #fff;
transform: scale(1.2);
}
}
.size{
font-size: 2rem;
}

#course-button-2 {
margin: 30px;
padding: 10px 20px;
margin: 20px;
padding: 0;
color: #000000;
scroll-behavior: smooth;
}

#course-button-2:hover {
background-color: #007bff;
color: #fff;
transform: scale(1.2);
}