Your Site Header 1

Here is a paragraph.

Announcement: "/* CSS - Style sheet code you may copy and" Melora Norman Created Jun 1Jun 1 (Edited Jun 1) /* CSS - Style sheet code you may copy and paste into your style.css sheet if you would like. The name of this file will be style.css */ body { background-color: #ffccff; } h1 { color: navy; } p { color:maroon; } ul.navigation { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li.navigation { float: left; } li.navigation a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } /* Change the link color to #111 (black) on hover. Thank you to W3C schools for navbar! */ li.navigation a:hover { background-color: #111; }