sf-8b0 / style.css
SuperScoobyDoo's picture
Add 4 files
49cc1fb
raw
history blame contribute delete
213 Bytes
* {
box-sizing: border-box;
}
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
background: white;
font-family: Arial, sans-serif;
}