Files
noise-fields/frontend/css/style.css
T
2026-03-18 05:49:16 +01: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;
}