Tuesday 12 August 2014

Competition

Hello all readers of my blog. I have created a contest for the best CSS code. All you have to do is comment underneath this post some CSS code to style the HTML code below. Along with the CSS code could you describe what you wanted it to look like. Here is the HTML:

<!DOCTYPE html>
<html>
<head>
    <title>How to create a website</title>
</head>
<body>
<nav>
    <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="about.html">About</a></li>
        <li><a href="blog.html">Blog</a></li>
        <li><a href="contact.html">Contact</a></li>
    </ul>
</nav>
<div id="content">
<h1>Lorem Ipsum</h1>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</body>
</html>

If you have any questions, please ask!

No comments:

Post a Comment