Outils pour utilisateurs

Outils du site


webdev:html_css:reset_css

Reset css

  1. /* --------------------------------------------------------------------------
  2. RESET
  3. -------------------------------------------------------------------------- */
  4.  
  5. *, *:before, *:after {
  6. -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  7. box-sizing: inherit;
  8. }
  9.  
  10. html {
  11. box-sizing: border-box;
  12. font-size: 16px;
  13. color: #000426;
  14. }
  15. body {
  16. padding:0;
  17. margin:0;
  18. }
webdev/html_css/reset_css.txt · Dernière modification : 22/04/2019 20:45 de dolo