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

24 lines
371 B

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