Skip to content

Commit

Permalink
remove unnecessary commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-Scripts committed Nov 26, 2022
1 parent 26aabb3 commit 091dbb3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -48,7 +43,6 @@ body {
background-color: yellow;
box-shadow: none;
color: rgb(86, 3, 86);
/* border-radius: 25px; */
}

/* results */
Expand All @@ -63,7 +57,6 @@ body {

.result p {
height: 70px;
/* background-color: chocolate; */
text-align: center;
font-size: 32px;
letter-spacing: 2px;
Expand Down Expand Up @@ -116,7 +109,6 @@ body {
transform: translate(-50%, -50%);
border-radius: 5px;
z-index: 100;
/* color: #fff; */
opacity: .9;
}

Expand Down

0 comments on commit 091dbb3

Please sign in to comment.