You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
178 B
CSS

#img {
display: block;
margin: auto;
height: 128px;
width: 128px;
padding: 2rem;
}
#canvas {
display: block;
margin: 2rem auto;
width: 540px;
height: 540px;
}