Skip to content

Instantly share code, notes, and snippets.

@nathanialhenniges
Last active June 7, 2020 21:48
Show Gist options
  • Select an option

  • Save nathanialhenniges/091fb811074a7e9c3105194ac82be9ed to your computer and use it in GitHub Desktop.

Select an option

Save nathanialhenniges/091fb811074a7e9c3105194ac82be9ed to your computer and use it in GitHub Desktop.
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