Files
vanilla-js-app/style.css
2026-04-02 19:35:57 +09:00

10 lines
207 B
CSS

body {
font-family: system-ui, sans-serif;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
}
h1 { color: #333; }