File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments