Désoler autant pour moi je suis allez trop vite.
Alors si j'ai bien compris tu veux espacer t'es "box"
Il faut que tu dise je veux une marge extérieure de 50px par exemple vers le haut.
cool ( margin-bottom : 50px;) fait ça
ligne 70.
Code :
/* 4.1 By default borders are 1px solid */
DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
BORDER-STYLE: solid;
BORDER-WIDTH: 1px
}on rajoute :
Code :
/* 4.1 By default borders are 1px solid */
DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
BORDER-STYLE: solid;
BORDER-WIDTH: 1px
margin-bottom : 50px; /*On rajoute une marge extérieure en hauteur de 50px*/
}@++