diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe52e..52f219a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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) diff --git a/index.html b/index.html index 479c9b4..33d7124 100644 --- a/index.html +++ b/index.html @@ -131,13 +131,14 @@

Why take this course?

- Zero To Mastery + Zero To Mastery

- View + View Courses
+

Why take this course? diff --git a/modified_homepage_css.css b/modified_homepage_css.css index c030e3f..0460a0d 100644 --- a/modified_homepage_css.css +++ b/modified_homepage_css.css @@ -61,4 +61,22 @@ nav { background-color: #081020c7; color: #fff; transform: scale(1.2); -} \ No newline at end of file +} +.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); +}