psychotherapy/src/main/css/main.css

12 lines
124 B
CSS
Raw Permalink Normal View History

2021-10-30 14:30:33 +02:00
html, body, main, #art {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
#art {
display: block;
}