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.
 
 
 

25 lines
341 B

body{
margin: 0px;
}
canvas{
width: 100%;
height: 100%;
}
.own-options{
position: absolute;
background: rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-left: 10px;
padding: 5px;
}
.own-msg{
position: absolute;
background: rgba(0, 0, 0, 0.3);
bottom: 10px;
right: 10px;
padding: 5px;
}
.own-block{
display: block;
}