Sommaire
-
-
-
Géométrie 101
Les formes simples
Géométrie 101
Les formes simples - Triangle
Géométrie 101
Les formes simples - Carré
Géométrie 101
Les formes simples - Rond
Géométrie 102
Pour aller plus loin
Minification
- is the new +
//Avant
<beaucoup>
<trop>
<de_code>
inutile
</mais>
</alors>
</vraiment_beaucoup>
//Après
<weight></watcher>
Minification
- is the new +
-
Moins
- Moins de texte
- Moins de fautes
- Moins de fichiers
- Moins de propreté
-
Plus
- Plus de vitesse
- Plus de complexité
- Plus de
WTF ? JE COMPRENDS RIEN DU TOUT À TON CODE DE CHINCHILLA...
Minification
- is the new +
//Avant
<section>
<article>
<h1>
Hello World
</h1>
</article>
</section>
//Après
<div><h1>Hello World
Minification
- is the new +
/*Avant*/
section.container div.wrapper div.my_element {
width: 500px;
height: 25px;
color: #FFFFFF;
}
/*Après*/
#my_element{width:500;height:25;color:#FFF}
Minification
Pour aller ENCORE plus loin