From 43f9e47c73bed0b05d04338d034271e7bfdd6b6f Mon Sep 17 00:00:00 2001 From: Silvia Barrientos Date: Sat, 5 Sep 2020 00:40:28 +0000 Subject: [PATCH] Delete styles.css --- JavaScript/calculadora/styles.css | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 JavaScript/calculadora/styles.css 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 -- libgit2 0.26.0