Files
JS/01_grundlagen/faq/style.css
Philippe Torrel 86b34462e4 init files
2026-06-15 13:26:07 +02:00

10 lines
78 B
CSS

*,
html {
margin: 0;
padding: 0;
}
body {
background-color: #ff9900;
}