Files
p5js/css/style.css
Jürg Hallenbarter 10c9cad0a6 init
2026-04-01 06:34:17 +00:00

14 lines
196 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #f0f0f0;
}