Padding




Other values:
Last updated
Was this helpful?




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