Files
JakobFinkDC2_Woche4/style.css

9 lines
72 B
CSS
Raw Normal View History

2024-05-13 14:06:46 +02:00
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}