You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
519 B

3 months ago
#reservations {
background-color: #333;
display: flex;
flex-direction: row;
}
#reservations li {
float: left;
color: #FFF;
padding: 20px 16px;
font-size: 24px;
}
#reservations input {
height: 30px;
vertical-align: text-bottom;
margin-left: 6px;
}
#weatherforecast {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#weatherforecast weatherday {
float: left;
color: #FFF;
padding: 20px 16px;
font-size: 20px;
border-color: #FFF;
border-width: 1px;
border-style: solid;
}