blowfish/node_modules/outlayer/sandbox/examples.css

23 lines
291 B
CSS
Raw Normal View History

2023-01-29 22:30:24 +00:00
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
.container {
background: #EEE;
width: 50%;
margin-bottom: 1.0em;
}
.item {
border: 1px solid;
background: #09F;
width: 50px;
height: 50px;
}