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

29 lines
462 B

.divContainer{
display: flex;
flex-direction: column;
}
.rowDivContainer0{
display: flex;
border: 1px solid green;
width: 50px;
justify-content: space-around;
}
.rowDivContainer1{
display: flex;
border: 1px solid green;
width: 50px;
justify-content: space-around;
}
.divElem{
height: 30px;
width: 30px;
/*border: solid green;*/
}
.colorChange{
background-color: red;
height: 30px;
width: 30px;
}