mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-15 03:01:02 +01:00
12 lines
164 B
CSS
12 lines
164 B
CSS
|
#artboard {
|
||
|
border: 1px solid #00d1b2;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.paletteBox {
|
||
|
border: 1px solid whitesmoke;
|
||
|
width: 10%;
|
||
|
height: 10%;
|
||
|
float: left;
|
||
|
margin: 0 1% 1% 0;
|
||
|
}
|