css3 - HTML5 section footer inherits footer style -
i'm building web html5 first time , encountered little problem.
i have code:
<header></header> <section> <header></header> <article></article> <footer></footer> </section> <footer></footer> and problem is, section footer inherits footer style. don't know how remove inheritance code. can me?
p.s.: section footer inherits footer style, not footer. there photo: link photo
you add id or class section footer or style section footer like: section > footer { }
however may not work in browsers , sloppy. add id or class.
Comments
Post a Comment