Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created October 7, 2016 06:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save codecademydev/7b50e304e1657d6ee966d8a2d7868a7e 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>About Me</title>
</head>
<body>
<img src="https://s3.amazonaws.com/codecademy-blog/assets/46838757.png"/>
<p>We're Codecademy! We're here to help you learn to code.</p><br/><br/>
<div>
<a href="https://en.wikipedia.org/wiki/Pornhub">Watch This</a>
</div>
</body>
</html>
img {
display: block;
height: 100px;
width: 300px;
margin: auto;
}
p {
text-align: center;
font-family: Garamond, serif;
font-size: 18px;
}
div{
height: 50px;
width: 120px;
border-color: #6495ED;
background-color: #BCD2ee;
border-style: solid;
border-width: 2;
border-radius: 5px;
margin: auto;
text-align: center;
{
/*Start adding your CSS below!*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment