Skip to content

Instantly share code, notes, and snippets.

@jeffstephens
Created June 20, 2016 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffstephens/3f8f491a7633579ec04236b1307faf30 to your computer and use it in GitHub Desktop.
Save jeffstephens/3f8f491a7633579ec04236b1307faf30 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<title>Welcome to my sweet page!</title>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
text-align: center;
background: #333;
color: #CCC;
font-family: 'Lato', sans-serif;
}
img {
border-radius: 2px;
display: block;
margin: 50px auto;
}
a:link, a:visited {
color: #FFF;
font-size: 3em;
}
a:hover, a:active, a:focus {
color: #666;
}
</style>
</head>
<body>
<h1>This is my totally sweet Tumblr</h1>
<h3>But first, a word from our sponsors</h3>
<img src="https://lh3.googleusercontent.com/omwpfMVlZ3jBlvYEKmNmN4gbpo60w2cwUgvYf3w_xyO19VrLPPwMhYEnX0rPOrU34Oo=w170">
<a href="http://unoriginalphotos.tumblr.com">To the Content!</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment