meal_planner/src/App.css
2020-01-25 21:13:41 +01:00

17 lines
201 B
CSS

body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
div {
white-space: pre-wrap;
}
.background {
background-image: url(./images/parallax1.jpg);
}