Create your own pixel art maker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pixel-art-maker/style.css

20 lines
288 B

table,td,th{
border:1px gray dashed;
border-spacing:0px;
gap:0px;
}
th{
min-width:16px;
min-height:16px;
width:16px;
height:16px;
}
.dot{
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
border:2px black solid;
margin-left:1px;
}