¿Cómo agrego un margen vertical en CSS?
subject {
margin-top: /*the size of the margin */ (example: 100px)
/* or */
margin-bottom: /*the size of the margin */ (example: 100px)
}
Envious Emu