Commit 43f9e47c by Silvia Barrientos

Delete styles.css

parent 7f8fe8f9
.calculadora {
display: flex;
justify-content: center;
margin-top: 35px
}
button {
margin: 2px 0px;
padding: 15px 24px;
font-size: 15px;
}
.teclas {
display: grid;
justify-content: center;
width: 250px;
background-color: black;
}
.pantalla {
width: 220px;
height: 100px;
background-color: gray;
border: 1px solid black;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment