margin-bottom (CSS2)

Specifies the width (in pixels, points, or a percentage) for the bottom margin of an element.

Syntax

length | percentage | auto | inherit

Examples having uses of: 'margin-bottom'

1 votes
1k views

List Columns

Unordered or ordered lists can be arranged in two, three, or more columns using nothing more than css. We force the list to break at the right point. If We want two columns, you need to float the list items left and set them at 50% width and for three columns would require a width of 33% and floated left, four would be 25% and so on.
0 votes
1k views

CSS Container Margin

CSS margin and padding properties are used to spacing out the elements. A margin is the space outside of the element, whereas padding is the space inside the element.