--- layout: single property_name: margin-bottom --- Defines the space outside the element, on the bottom side. Removes any margin at the bottom. You can use pixel values. You can use (r)em values. The value is relative to the font size: You can use percentage values.#margin-bottom
default margin-bottom: 0;margin-bottom: 30px;margin-bottom: 2em;<html> the root element's font sizemargin-bottom: 10%;
The percentage is based on the width of the container.