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.

28 lines
394 B
CSS

@import "./base.css";
html,
body,
#app {
width: 100%;
height: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background-image: url("./wavy-lines.svg");
background-size: cover;
user-select: none;
padding: 0;
margin: 0;
}
#app {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}