Last active
August 28, 2018 19:31
-
-
Save luisfelipe-dev/e43e7a76e16a13f02b52d1eb2290334e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| 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