Skip to content

Commit

Permalink
explore button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anish013326 committed Oct 27, 2024
1 parent 50fe4c8 commit 5d30c3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@
color: white;
margin-left: 8px;
}
#btn-hover{
background-color:white;
}
</style>
</head>

Expand Down Expand Up @@ -318,7 +321,7 @@ <h2>Learn Machine Learning with Us</h2>
We provide top-notch resources to help you master machine learning,
from basics to advanced levels.
</p>
<a href="pages/courses.html" class="btn">Explore Courses</a>
<a href="pages/courses.html" id="btn-hover" class="btn px-4 py-2 text-black">Explore Courses</a>
</div>
</section>

Expand Down

0 comments on commit 5d30c3e

Please sign in to comment.