This repository has been archived on 2025-03-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
little-lemon/src/styles/BookingPage.css
2023-07-29 18:32:09 -04:00

16 lines
231 B
CSS

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