pixel-art-maker/style.css
rachel.koldenhoven 7ff3bbd0e1 Color swatches
2018-06-12 08:14:41 +05:30

26 lines
314 B
CSS

body {
display: flex;
flex-direction: column;
}
.row {
display: flex;
}
.pixel {
width: 14px;
height: 14px;
border: 1px solid rgb(229, 229, 229);
}
.palette {
display: flex;
}
.swatch {
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
margin: 2px;
}