You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
440 B

<html>
<head>
<title>Challenge 3</title>
</head>
<div class="wrapper">
<header class="header">
<h1>This is a challenge!</h1>
<p>This is a paragraph in the header</p>
</header>
<section class="content">
<h2>Fun with CSS</h2>
<p>Learning CSS is fun! You can make the web a prettier place.</p>
</section>
<footer class="footer">
<p>You could put a copyright here.</p>
</footer>
</div>
</html>