diff --git a/style.css b/style.css index 1725da8..0f08225 100644 --- a/style.css +++ b/style.css @@ -6,16 +6,11 @@ } body { - /* background-color: aqua; */ height: 100vh; font-family: sans-serif; } #main { - /* height: 500px; */ - /* overflow: hidden; */ - /* width: 500px; */ - /* opacity: .1; */ z-index: 1; position: relative; } @@ -48,7 +43,6 @@ body { background-color: yellow; box-shadow: none; color: rgb(86, 3, 86); - /* border-radius: 25px; */ } /* results */ @@ -63,7 +57,6 @@ body { .result p { height: 70px; - /* background-color: chocolate; */ text-align: center; font-size: 32px; letter-spacing: 2px; @@ -116,7 +109,6 @@ body { transform: translate(-50%, -50%); border-radius: 5px; z-index: 100; - /* color: #fff; */ opacity: .9; }