Skip to content
Permalink
50db6cc2bd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (25 sloc) 385 Bytes
body{
margin: 0;
}
.slider-container {
width: 100px;
height: 100px;
border: 3px solid black;
margin: 2px;
display: inline-block;
background-color: white;
}
.sliderHandle{
top: 40px;
left: 40px;
width: 16px;
height: 16px;
border-radius: 8px;
border: 2px solid black;
}
.h2{
}
#gui-box{
display: inline-block;
top: 0;
}