Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Custom Heading Not Working CSS Re: Custom Heading Not Working CSS

#141648
Paulie_D
Member

An `h2` is a block level element; there really isn’t any need to wrap in in a div **unless** you want to put some sort of special styling on the **div** itself.

If you want a bottom border only on the `h2′ then just add that.

http://codepen.io/Paulie-D/pen/wbGBu