CSS Margin Bawah
.yourClass {
margin-bottom: 25px;
}
Poised Penguin
.yourClass {
margin-bottom: 25px;
}
subject {
margin-top: /*the size of the margin */ (example: 100px)
/* or */
margin-bottom: /*the size of the margin */ (example: 100px)
}