Styling specfic elements

How do I style only the header elements tag inside #main-doc, without affecting what is on the nav-bar?

Are you referring to the <header>s that you have added class="head" to? If so, then you can target them using that class name:

header.head { ... }

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.