This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
little-lemon/src/styles/BookingPage.css
2023-07-29 15:59:10 -04:00

15 lines
218 B
CSS

.booking {
display: flex;
flex-direction: column;
align-items: center;
background-color: #495e57;
padding: 1rem;
border-radius: 1rem;
height: 100%;
gap: 1rem;
}
.booking h1 {
font-size: 2.5rem;
margin: 0;
}