View dabblet.css
* { | |
box-sizing: border-box; | |
font-family: arial; | |
} | |
#selectbox input{ | |
position: absolute; | |
top: 10px; | |
width: 0; |
View dabblet.css
.lds-roller { | |
display: inline-block; | |
position: relative; | |
width: 64px; | |
height: 64px; |
View dabblet.css
* { | |
box-sizing: border-box; | |
font-family: arial; | |
} | |
#selectbox{ | |
position: relative; |
View dabblet.css
body{ | |
background: rgb(220, 200, 200); | |
} | |
.container{ | |
width: 100%; | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; |
View dabblet.css
* { | |
box-sizing: border-box; | |
} | |
.dual-selection-container{ | |
position: relative; | |
width: 600px; | |
height: 500px; | |
display: flex; |
View dabblet.css
body{ | |
background: rgb(220, 200, 200); | |
} | |
.container{ | |
width: 100%; | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; |
View dabblet.css
body{ | |
background: darksalmon; | |
} | |
.fill{ | |
position: relative; | |
background-color: blue; | |
width: 150px; | |
height: 150px; | |
top: 5px; |
View dabblet.css
body{ | |
background: rgb(220, 200, 200); | |
} | |
.container{ | |
width: 100%; | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; |
View dabblet.css
import: url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700); | |
* { | |
box-sizing: border-box; | |
font-family: Roboto; | |
} | |
.container{ | |
position: relative; | |
margin: 30px; |
View dabblet.css
input{ | |
width: 200px; | |
height: 20px; | |
padding-left: 10px; | |
margin: 50px; | |
} |
NewerOlder