Files
hotel-demo-front/src/components/Mainapp.css
2026-01-02 14:17:44 +01:00

7 lines
134 B
CSS

.main {
display: flex;
flex-direction: column;
justify-content: space-around;
background-color: rgb(160, 149, 199);
}