notes/web_dev_defaults/default_styles.css
2022-10-04 21:22:46 -07:00

8 lines
139 B
CSS

body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}