← Go back

Padding


In the CSS box model, padding is the transparent space between an element's content and its border


It provides internal spacing within the box, effectively creating a cushion that pushes the content away from the edges


characteristics of padding

CSS Padding

Margin


In the CSS box model, margin is the outermost, transparent space that creates a gap around an element, separating it from other adjacent elements and the edge of its container


Unlike padding, which adds space inside the element, margin adds space outside the element's border


characteristics of margin

Screenshot 88 Learn More →