Le ou les sélecteurs

  • Syntaxe :

Sélecteur (s) {
	Propriété : valeur ;

}
  • Exemple :

body{
    color: red;
    width: 200px;
    height: 300px;
    background: #FFF;
}

Last updated