diff --git a/JavaScript/calculadora/styles.css b/JavaScript/calculadora/styles.css deleted file mode 100644 index 437f5cc..0000000 --- a/JavaScript/calculadora/styles.css +++ /dev/null @@ -1,30 +0,0 @@ - - - -.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