Leçon 8
Leçon 8
Leçon 8
header
nav
articles aside
footer
HTML
Tout élément (tout tag) occupe un (ou plusieurs) espace(s)
rectangulaire(s) à l'écran. Cette zone est visualisée avec la couleur de
fond de l'élément considéré
PROPRIÉTÉS DES BOÎTES
width : px % auto;
height : px % auto
margin-top : px % em
margin-left margin-bottom margin-right
margin : une à quatre valeurs
padding-top : px % em
padding-left padding-right padding-bottom
padding :
PROPRIÉTÉS DES BOÎTES
Les bordures
border-width : px
border-color: black;
border-style : none hidden, solid double dashed
dotted
border-left border-top, border-right, border-bottom
border
border-radius : px
box-shadow: 2px 2px 4px black;
PROPRIÉTÉS DES BOÎTES