Add CSS for HTML5 Semantic Elements


SUBMITTED BY: hnguyenthang2012

DATE: Feb. 19, 2016, 10:52 a.m.

FORMAT: HTML

SIZE: 369 Bytes

HITS: 1259

  1. div#header,div#footer,div#content,div#post {
  2. border:1px solid grey;margin:5px;margin-bottom:15px;padding:8px;background-color:white;
  3. }
  4. div#header,div#footer {
  5. color:white;background-color:#444;margin-bottom:5px;
  6. }
  7. div#content {
  8. background-color:#ddd;
  9. }
  10. div#menu ul {
  11. margin:0;padding:0;
  12. }
  13. div#menu ul li {
  14. display:inline; margin:5px;
  15. }

comments powered by Disqus