Skip to content

Commit ee25abd

Browse files
committed
Hover Enhancements
1 parent a2885a8 commit ee25abd

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

assets/css/index.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,24 @@ a:hover {
523523
align-items: center;
524524
justify-content: center;
525525
color: white;
526+
padding: 10px;
527+
}
528+
.usage:hover{
529+
border: #4dc4ab solid 1px;
530+
border-radius: 15px;
531+
background-color: #212121;
526532
}
527533

528534
.usage__icons {
529535
width: 5rem;
536+
padding: 10px;
530537
object-fit: cover;
531538
}
539+
/* .usage__icons:hover{
540+
border-radius: 15px;
541+
border: solid #4e9f6a 1px;
542+
transition: all ease-in 5ms;
543+
} */
532544

533545
.info__text__4 {
534546
width: 10rem;
@@ -607,6 +619,7 @@ a:hover {
607619
}
608620

609621
.count__box:hover {
622+
cursor: pointer;
610623
color: #faf3e3;
611624
width: 16rem;
612625
margin-bottom: 0;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<img loading="lazy" src="/assets/img/usageIcon3.svg" alt="" class="usage__icons" />
213213
<span class="info__text__4">Seamlessly integrate your Spotify and Youtube playlists.</span>
214214
</span>
215-
<span class="usage">
215+
<span class="usg_mid">
216216
<img loading="lazy" src="/assets/img/laptopbg.png" alt="" id="usage__mid__img" />
217217
</span>
218218
<span id="usage__mid" class="usage">

0 commit comments

Comments
 (0)