Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 29, 2015 01:21
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 codecademydev/fe53a1e61f1e6f515af0 to your computer and use it in GitHub Desktop.
Save codecademydev/fe53a1e61f1e6f515af0 to your computer and use it in GitHub Desktop.
Codecademy export
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<img src="https://s-media-cache-ak0.pinimg.com/236x/44/30/57/4430577c72c3855d0fa815092708388b.jpg"/>
<h1>Here we go again...</h1><h1>Another review!</h1>
<p>i love code</p><p>its a hobby</p>
</body>
</html>
h1{
font-family:Verdana,sans-serif;
color:#576d94;
}
p{
font-size:18px;
color:#4a4943;
font-family:Garamond,serif;
}
img{
height:100px;
width:300px;
border:1px solid #4682b4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment