physics/main.css

6 lines
61 B
CSS
Raw Normal View History

2024-06-20 17:18:36 -05:00
body {
margin: 50px;
}
canvas {
border: 1px red dashed;
}