From af00c73f87fb1e4d93e8bec06d39bba0e08ce342 Mon Sep 17 00:00:00 2001 From: chaitra06751 Date: Tue, 13 Oct 2020 23:36:01 +0530 Subject: [PATCH 1/2] removed the issue of border --- main.css | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/main.css b/main.css index ca6c0d4..2ed6717 100644 --- a/main.css +++ b/main.css @@ -1,10 +1,10 @@ html, body { - - -webkit-user-select: none; /* Safari */ + + -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ - + height: 100%; width:100%; padding: 0; @@ -68,6 +68,7 @@ input { border-radius: 10px; border-color: none; border: none; + outline: none; } .keyboard { @@ -82,7 +83,7 @@ button { font-family: sans-serif; font-weight: bolder; font-size: 22px; - color:"black"; + color: "black"; background: white; border: none; margin: 6px; @@ -95,23 +96,51 @@ button { button:nth-child(1) { background: lightgrey; + outline: none; } button:nth-child(2) { font-weight: 550; background: lightgrey; + outline: none; } button:nth-child(3) { background: lightgrey; + outline: none; } button:nth-child(4) { background: lightgreen; + outline: none; +} +button:nth-child(5) { + + outline: none; +} +button:nth-child(6) { + + outline: none; } +button:nth-child(7) { + outline: none; +} button:nth-child(8) { background: aqua; + outline: none; +} +button:nth-child(9) { + + outline: none; +} +button:nth-child(10) { + + outline: none; +} +button:nth-child(11) { + + outline: none; } button:nth-child(12) { @@ -119,15 +148,32 @@ button:nth-child(12) { font-size: 30px; font-family: monospace; background: orange; + outline: none; +} +button:nth-child(13) { + + outline: none; } +button:nth-child(14) { + outline: none; +} +button:nth-child(15) { + + outline: none; +} button:nth-child(16) { background: pink; font-size: 25px; + outline: none; } +button:nth-child(18) { + outline: none; +} button:nth-child(20) { background: yellow; + outline: none; } button:hover { @@ -139,4 +185,4 @@ button:nth-child(17):hover { } button:nth-child(19):hover { display: none; -} \ No newline at end of file +} From 6ba26f74436b545efecb4105a70e487258f36346 Mon Sep 17 00:00:00 2001 From: chaitrahanchinal0612 <64026392+chaitrahanchinal0612@users.noreply.github.com> Date: Tue, 13 Oct 2020 23:55:27 +0530 Subject: [PATCH 2/2] Update main.css removed the issue of the border for buttons #24 --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index 2ed6717..3f6d1ee 100644 --- a/main.css +++ b/main.css @@ -68,7 +68,7 @@ input { border-radius: 10px; border-color: none; border: none; - outline: none; + } .keyboard {