Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 5, 2016 09:18
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/563d488114fe44a9229baa7ebe3e8176 to your computer and use it in GitHub Desktop.
Save codecademydev/563d488114fe44a9229baa7ebe3e8176 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>
<h1> Anything You Want it to Say!></h1>
<img src="http://bit.ly/NnVbxt"></img>
<p> Put any text you like in there, then head over to the CSS tab </p>
</body>
</html>
h1
{ font-family: Verdana, sans-serif;
color: #576D94;
}
img
{ border-height: 100px;
border-width: 300px;
}
body img
{
border: 1px solid #4682b4;
}
p
{ font-size: 18px;
color: 4A4943;
font-family: Garamond, serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment