fyliu's picture
Add flight booking website (Google Flights clone)
2e50ccd
raw
history blame contribute delete
210 Bytes
@import "tailwindcss";
body {
margin: 0;
font-family: 'Google Sans', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
-webkit-font-smoothing: antialiased;
color: #202124;
background: #fff;
}