8 Create a style rule for the horizontal navigation lit to a
8.) Create a style rule for the horizontal navigation lit to: a) set the height to 70 pixels and the width to 100%; and b) set the background color to white.
Thank-you!
Solution
Answer :-
1) Html code :
<html xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
<link rel=\"stylesheet\" href=\"style.css\" />
<title>Site</title>
</head>
<body>
<div id=\"page\">
<div class=\"wrapper-intro\">
<section id=\"intro\">
<header>
Title
</header>
<nav>
</nav>
</section>
</div>
</div>
<section id=\"about\">
<article>
</article>
</section>
<section id=\"portfolio\">
<article>
</article>
</section>
<section id=\"cv\">
<article>
</article>
</section>
<section id=\"contact\">
<article>
</article>
</section>
</body>
</html>
2) Styles :-
