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.
19 lines
546 B
19 lines
546 B
<html> |
|
<head> |
|
<title>Challenge 3</title> |
|
<link rel="stylesheet" type="text/css" href="/webdevelopment/introductiontocss/samples/solution3.css"> |
|
</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> |