Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtle authored Jan 18, 2024
1 parent a385d41 commit b984209
Showing 1 changed file with 2 additions and 55 deletions.
57 changes: 2 additions & 55 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,69 +320,16 @@

}

.stars1{
.s1>*,.s2>*,.s3>*,.s4>*,.s5>*,.s6>*{
display: inline;
transition: all 0.2s ease-in-out;
}

.stars1:hover{
.s1>*:hover,.s2>*:hover,.s3>*:hover,.s4>*:hover,.s5>*:hover,.s6>*:hover{
cursor: default;
color:goldenrod
}

.stars2{
display: inline;
transition: all 0.2s ease-in-out;
}

.stars2:hover{
cursor: default;
color:goldenrod
}

.stars3{
display: inline;
transition: all 0.2s ease-in-out;
}

.stars3:hover{
cursor: default;
color:goldenrod
}

.stars4{
display: inline;
transition: all 0.2s ease-in-out;
}

.stars4:hover{
cursor: default;
color:goldenrod
}

.stars5{
display: inline;
transition: all 0.2s ease-in-out;
}

.stars5:hover{
cursor: default;
color:goldenrod
}

.stars6{
display: inline;
transition: all 0.2s ease-in-out;
}

.stars6:hover{
cursor: default;
color:goldenrod
}





#contact-me{
text-align: center;
Expand Down

0 comments on commit b984209

Please sign in to comment.