Files
EMVs-Creative-coding/website/style.css
2026-06-08 10:33:47 +02:00

12 lines
152 B
CSS

/* Reset body margins and prevent double scrollbars */
body {
margin: 0;
padding: 0;
}
iframe {
width: 100%;
height: 1400px;
border: none;
}