* {
margin:0;
padding :0;
}
body{
height :434px;
width :320px;
background :#00C7FB;
}
.box1 {
-webkit-appearance: none;
margin:7px;
width: 95%;
height: 35px;
border-radius: 5px;
background: linear-gradient(to right, rgba(0,0,0,1), rgba(255,0,0,1));
outline: none;
opacity: 1;
-webkit-transition: .2s;
transition: opacity .2s;
}
.box1::-webkit-slider-thumb {
-webkit-appearance: none;
appearance:none ;
width: 15px;
height: 15px;
border-radius: 20%;
background: #eee;
cursor: pointer;
}
.box1::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
.box2 {
-webkit-appearance: none;
margin:7px;
width: 95%;
height: 35px;
border-radius: 5px;
background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,255,0,1));
outline: none;
opacity: 1;
-webkit-transition: .2s;
transition: opacity .2s;
}
.box2::-webkit-slider-thumb {
-webkit-appearance: none;
appearance:none ;
width: 15px;
height: 15px;
border-radius: 20%;
background: #eee;
cursor: pointer;
}
.box2::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
.box3 {
-webkit-appearance: none;
margin:7px;
width: 95%;
height: 35px;
border-radius: 5px;
background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,255,1));
outline: none;
opacity: 1;
-webkit-transition: .2s;
transition: opacity .2s;
}
.box3::-webkit-slider-thumb {
-webkit-appearance: none;
appearance:none ;
width: 15px;
height: 15px;
border-radius: 20%;
background: #eee;
cursor: pointer;
}
.box3::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
#box11{
margin:0;
height:50px;
width :50px;
position:absolute ;
top:200px;
right :0px;
bottom:0px;
left:30px;
border-radius:6px;
box-shadow: 0px 0 20px rgba(255,0,0,.4);
}
#box22{
margin:0;
height:50px;
width :50px;
position:absolute ;
top:200px;
right :0px;
bottom:0px;
left:125px;
border-radius:6px;
box-shadow: 0px 0 20px rgba(0,255,0,.4);
}
#box33{
margin:0;
height:50px;
width :50px;
position:absolute ;
top:200px;
right :0px;
bottom:0px;
left:230px;
border-radius:6px;
box-shadow: 0px 0 20px rgba(0,0,255,.4);
}
#mycolor{
text-align:center;
margin:0;
height:150px;
width :250px;
position:absolute ;
top:270px;
right :0px;
bottom:0px;
left:30px;
border-radius:6px;
box-shadow: 0px 0 20px rgba(0,0,0,.4);
}
#code{
height:40px;
width:140px;
color:blue;
position:absolute ;
top:0px;
left:0px;
z-index:10;
}
#myid{
height:40px;
width:140px;
position :relative;
background:rgba(200,200,200,1);;
top:95px;
left:60px;
border-radius:6px;
box-shadow:0 0 10px rgba(100,50,150,.8);
text-shadow:0 0 2px rgba(0,0,180,.4);
z-index:100;
}
.myclass{
color:cyan;
padding:2px;
font-size:125%;
font-family:courier;
margin:0;
height:30px;
width :150px;
position:absolute ;
top:150px;
right :0px;
bottom:0px;
left:80px;
border:none;
outline-style:none;
border-radius:6px;
box-shadow: 0px 0 20px rgba(0,0,0,.4);
}



0 Comments
Thanks for your support.