Skip to content

Commit

Permalink
Merge pull request #713 from Yash-Bandal/main
Browse files Browse the repository at this point in the history
#475 Solved -Resolves Hover Issues and HTML Errors for Course Cards (Headers 1-6)
  • Loading branch information
anuragverma108 authored Oct 19, 2024
2 parents 23787be + cf6a59c commit 5f41c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ body.nav-active .navbar-list .navbar-link {
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.w-100 {
Expand Down Expand Up @@ -860,6 +861,7 @@ button:hover {
display: flex;
flex-direction: column;
gap: 24px;
z-index: 2;
}

.course-card:is(:hover, :focus-within) {
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,10 @@ <h2 class="headline-md section-title">
<p id="keppi" class="title-sm section-subtitle text-center ">Featured Courses</p>

<h2 class="headline-md section-title text-center" id="course-label" data-aos="fade-down">
<div class="header1">Choose Unlimited <span class="span has-after">Courses</span< /div> >
Choose Unlimited <span class="span has-after">Courses</span>
</h2>



<ul class="grid-list">

Expand Down

0 comments on commit 5f41c69

Please sign in to comment.