tanwride / Tea-Cozy

0 stars 0 forks source link

Navigation bar #5

Open tommygebru opened 5 years ago

tommygebru commented 5 years ago

Consider adding navigation links for page jumps in your project Teacozy, this allows visitors to navigate the same webpage with the sticky header or even some from a sitemap located in the footer at the bottom of the page.

So You Want A Page Jump, Huh?

To make your headings and subheadings visible below a navigation bar, be sure to put some distance into the padding

For example in the Tea of the Month or Locations section. You want to be able to add a padding-top: 80px to the element with the ID name 👀

tommygebru commented 5 years ago

Also you can change the default color of an html anchor tag, for the navigatoin links For example:

header a {color: pink;}