Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Last active August 28, 2018 19:31
Show Gist options
  • Select an option

  • Save luisfelipe-dev/e43e7a76e16a13f02b52d1eb2290334e to your computer and use it in GitHub Desktop.

Select an option

Save luisfelipe-dev/e43e7a76e16a13f02b52d1eb2290334e to your computer and use it in GitHub Desktop.
* {
box-sizing: border-box;
font-family: "Source Sans Pro", sans-serif;
}
header {
width: 100%;
background: #7159c1;
text-align: center;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
header img {
width: 40px;
height: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment