/ Published in: CSS
This is just a super simple setup for the new HTML5 elements. If you're not using a framework or a reset, then you can paste this into your stylesheet so the new elements will behave as expected.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* html 5 setup */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}