Skip to content

Instantly share code, notes, and snippets.

@hfogelberg
Last active June 16, 2020 15:48
Show Gist options
  • Save hfogelberg/8edc052db3f0c3fdf0c3fe5bd4d66646 to your computer and use it in GitHub Desktop.
Save hfogelberg/8edc052db3f0c3fdf0c3fe5bd4d66646 to your computer and use it in GitHub Desktop.
<style>
*, *::after, *::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
background-color: #dcdde1;
color: #2f3640;
padding: 3rem;
}
.search-location {
display: block;
width: 60vw;
margin: 0 auto;
margin-top: 5vw;
font-size: 20px;
font-weight: 400;
outline: none;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 10px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment