Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskaran-Techno authored Jan 22, 2022
1 parent 57d6d2c commit efa2f25
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.container {
text-align: center;
margin: top:23px;
}
table {
margin: auto;
}
input {
font-size: 34px;
border: 5px solid black;
border-radius: 4px;
}
button {
font-size: 30px;
background: aliceblue;
width: 102px;
height: 58px;
}
.calculator {
display: inline-block;
}


0 comments on commit efa2f25

Please sign in to comment.