Skip to content

Commit

Permalink
Merge pull request #1214 from bankuri1/patch-1
Browse files Browse the repository at this point in the history
changes in colors
  • Loading branch information
fineanmol committed Oct 26, 2021
2 parents 1a6da5c + 9d78986 commit 46f7d3d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@ body {
.container {
width: 400px;
height: 550px;
background-color: #eee;
background-color: #fff;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
#top {
top: -7px;
left: -5.5px;
left: -5.6px;
}
#bottom {
bottom: -5px;
left: -5.5px;
left: -5.6px;
}
input[type="range"]::-webkit-slider-runnable-track {
cursor: pointer;
background-color: pink;
background-color:blue;
border-radius: 5px;
height: 10px;
}
input[type="range"]::-webkit-slider-thumb {
background-color: orange;
background-color:grey;
color: #f0f8ff;
cursor: hand;
margin-top: -3px;
Expand All @@ -47,8 +47,8 @@ h4 {
text-shadow: 0.2px 0.2px 14px #ff1493;
}
.css {
background-color: pink;
color: yellow;
background-color: blue;
color: grey;
text-align: center;
padding: 20px 40px;
width: 350px;
Expand Down

0 comments on commit 46f7d3d

Please sign in to comment.