Skip to content

Commit

Permalink
fix styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispho committed Oct 17, 2024
1 parent 2bc05be commit fb87450
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body {
<<<<<<< HEAD
font-family: monospace;
text-align: center;
}
Expand Down Expand Up @@ -34,20 +33,6 @@ body {
button {
width: 80px;
height: 60px;
=======
font-family: Arial, sans-serif;
text-align: center;
}
#calculator {
width: 400px;
margin: 0 auto;
padding: 20px;
border: 2px solid #000;
}
button {
width: 60px;
height: 40px;
>>>>>>> 8dc984a (move css to style.css)
font-size: 18px;
}
input {
Expand Down

0 comments on commit fb87450

Please sign in to comment.