Skip to Main Content or Page Contents
Very Simple Navigation Bar using <p> tags
HTML
Note: To increase the gap between the links, 2 spaces are applied using a standard space via the space bar on the keyboard plus a non breaking space   ;
CSS
/* Don't alter the order of a:link, a:visited a:visited and the combined a:hover, a:active, a:focus */
a:link,
a:visited,
a:hover,
a:active { font-size: .9rem; font-weight: normal; text-decoration: none; }
a:link {color: Sienna;}
a:visited {color: DarkGoldenRod ; }
a:hover,
a:active,
a:focus { color: Bisque; background: Sienna;}
nav {background: Bisque;}
.border1 {border: 2px solid sienna;}
.shadow1 {box-shadow: inset 1 1 10px Black; }
This site is hosted on Hostgator