p5js/css/style.css

13 lines
206 B
CSS
Raw Normal View History

2022-12-13 13:26:05 +00:00
* {
padding: 0;
margin: 0;
box-sizing: border-box;
background-color: gray;
}
body {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}