mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-10 04:16:50 +00:00
17 lines
201 B
CSS
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);
|
|
}
|