<body>
<img src="https://s3.amazonaws.com/codecademy-blog/assets/46838757.png" alt="logo" />
<p>We're Codeacademy! We're here to help you learn to code.</p><br/><br/>
<div><a href="http://www.codeacademy.com">Click here</a></div>
</body>
img {
display: block;
height: 100px;
width: 300px;
margin: auto;
}
p {
text-align: center;
font-family: Garamond;
font-size: 18px;
}
div {
height: 50px;
width: 120px;
border: 2px solid #6495ED;
background-color: #BCD2EE;
border-radius: 5px;
margin: auto;
text-align: center;
}
a {
text-decoration: none;
color: green;
font-family: Arial;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.