Skip to content

Commit

Permalink
Calculator UI Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandora-X committed Oct 18, 2020
1 parent a6154b2 commit f64781b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Basic Calculator/Cal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
height:80%;
min-width: 300px;
min-height: 400px;
background-color: #e2e0e0;
background-color: #949494;
margin:auto;
margin-top:80px;
border:2px solid #e2e0e0;
Expand All @@ -19,7 +19,7 @@

#calculator h1
{
background-color: black;
background-color: #ccbaba;
color:white;
text-transform: uppercase;
text-align: center;
Expand Down

0 comments on commit f64781b

Please sign in to comment.