Skip to content

Commit

Permalink
Merge pull request #1070 from anish013326/main
Browse files Browse the repository at this point in the history
explore button fix
  • Loading branch information
vivekvardhan2810 authored Oct 27, 2024
2 parents 50fe4c8 + 5d30c3e commit 88f5058
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 88f5058

Please sign in to comment.