Skip to content

Commit

Permalink
button1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet426 committed Jun 3, 2024
1 parent c88dab7 commit 7ce285d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Calculators/Antilog-Calculator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body {
margin-bottom: 10px;
}

#button {
button {
margin-top: 20px;
background-color: rgb(113, 105, 201);
color: white;
Expand All @@ -61,7 +61,8 @@ body {
button::before{
content:"";
position: absolute;
background-color: rgb(175, 169, 169);

background-color: rgb(255, 255, 255);
top: 0px;
left: 0;
right: 0;
Expand All @@ -75,7 +76,7 @@ button:hover::before{
transform: scaleX(1);
}
button:hover{
border: solid 3px #6c65cd;
border: solid 3px #4e45d5;
color: black;
}
h4{
Expand Down

0 comments on commit 7ce285d

Please sign in to comment.