Fonctions essentiel :
boby { max-width: 30rem; margin: auto; }
Fonctions essentiel :
section { display: flex; }
Fonctions essentiel :
section:nth-of-type(even) { flex-direction: row-reverse; }
Fonctions essentiel :
body { display: flex; }
Fonctions essentiel :
section {
display: flex;
gap: 2rem;
flex-wrap: wrap; }