You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memory/src/assets/main.css

13 lines
203 B
CSS

body,#app {
width: 100vw;
height: 100vh;
margin: 0 auto;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background: black;
color: white;
overflow: hidden;
}