Hello,
I have 3 type of h2 headers on my web site:
1 - Post titles on a blog (Ex: <h2>New documents available for
download</h2>)
2 - Content section title (Ex: <h2>Contacts</h2>)
3 - Sidebar content section title (Ex: <h2>Publicity </h2>)
I am trying to build my CSS to style the 3 different headers but I am
having some problems. I could use:
h2.Post, h2.Content and h2.Sidebar
or:
h2 (for maybe Post? This would be the base), h2.Content and h2.Sidebar
or even:
h2 (for Post), h2.Content for content and then h2.Sidebar to change
Content class so it fits Sidebar.
So a section in sidebar would be:
<h2 class = "Content Sidebar">Public ity</h2>
Could someone help me in deciding how should I structure my classes?
Thank You,
Miguel
I have 3 type of h2 headers on my web site:
1 - Post titles on a blog (Ex: <h2>New documents available for
download</h2>)
2 - Content section title (Ex: <h2>Contacts</h2>)
3 - Sidebar content section title (Ex: <h2>Publicity </h2>)
I am trying to build my CSS to style the 3 different headers but I am
having some problems. I could use:
h2.Post, h2.Content and h2.Sidebar
or:
h2 (for maybe Post? This would be the base), h2.Content and h2.Sidebar
or even:
h2 (for Post), h2.Content for content and then h2.Sidebar to change
Content class so it fits Sidebar.
So a section in sidebar would be:
<h2 class = "Content Sidebar">Public ity</h2>
Could someone help me in deciding how should I structure my classes?
Thank You,
Miguel
Comment