Margins




Other values:
Last updated
Was this helpful?




Last updated
Was this helpful?
Was this helpful?
"margin": "0.2rem", // a single value means space is equal// Use these variables for creating space around elements
// You can use all of them or the desired side
"margin-top": "5px", // Create margin above elements
"margin-bottom": "5px", // Create margin below elements
"margin-right": "5px", // Create margin to the right of elements
"margin-left": "5px", // Create margin to the left of elements"margin": "0.5em", // a single value means space is equal"margin": "10% 0","margin": "10px 5px 10px", // top , sides , bottom"margin": "5px 10px 5px 10px", // top, right, bottom, left (Clockwise)"margin": "0", // no margins around the element