Outils pour utilisateurs

Outils du site


Panneau latéral

webdev:html_css:reset_css

Reset css

/* --------------------------------------------------------------------------
									 RESET
   -------------------------------------------------------------------------- */

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-sizing: inherit;
}

html { 
	box-sizing: border-box;
	font-size: 16px;
	color: #000426;
}
	
body {
	padding:0;
	margin:0;
}
webdev/html_css/reset_css.txt · Dernière modification: 22/04/2019 20:45 de dolo