Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created July 30, 2017 01:58
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/ec2c8e59f35a34b6e495106e87399913 to your computer and use it in GitHub Desktop.
Save codecademydev/ec2c8e59f35a34b6e495106e87399913 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="codeacademy.com">testing out the DIV</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: 2px;
border-radius: 5px;
margin: auto;
text-align: center;
}
a {
text-decoration: none;
font-family: Arial;
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment