react-sidebar-v1-master

This commit is contained in:
2022-12-07 00:31:33 +01:00
parent 49158a2b24
commit 6c18cc6336
21 changed files with 187 additions and 307 deletions

View File

@ -37,6 +37,26 @@
}
}
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
.home,
.flights,
.seasons {
display: flex;
height: 90vh;
align-items: center;
justify-content: center;
font-size: 3rem;
}
.sort-button {
background-color: transparent;
border: none;