Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhiscoding committed Jan 27, 2024
1 parent 6dadab6 commit eea489a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,24 @@ input[type="text"] {
margin-left: 1%;
margin-top: 0.5%;
}
.compare h1:hover{
color: #b2abff;
transform: scale(1.03);
transition: transform 0.8s ease-in-out;
}
.compare h1:not(hover){
transform: scale(1);
transition: transform 0.4s ease-in-out;
}
.compare h2:hover{
color: #b2abff;
transform: scale(1.01);
transition: transform 0.8s ease-in-out;
}
.compare h2:not(hover){
transform: scale(1);
transition: transform 0.4s ease-in-out;
}
.compare_contain{
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -486,6 +504,13 @@ input[type="text"] {
margin-top: 3%;
background-color: #13072e;
}
.bargraph h2{
font-size: 1.8em;
font-weight: bold;
margin: 0.3%;
margin-left: 0.8%;

}
.mybargraph{
width: 100%;
height: 100%;
Expand Down

0 comments on commit eea489a

Please sign in to comment.