Last active
June 7, 2020 21:48
-
-
Save nathanialhenniges/091fb811074a7e9c3105194ac82be9ed 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
| h2 { | |
| background: transparent url(https://res.cloudinary.com/mrdemonwolf/image/upload/mrdemonwolf/text_logo.png) no-repeat; | |
| padding-left:(width-of-image)px; | |
| color: transparent; | |
| height: 100px; | |
| } | |
| a { | |
| color: #303059; | |
| text-decoration: none; | |
| } | |
| a:hover { | |
| color: white; | |
| transition-duration: 500ms; | |
| } | |
| body { | |
| background: #00aced; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment