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

15 lines
239 B

.cont-canvas
{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#sys-canvas
{
border: 1px solid black;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.822);
}