Wrap
wrap
creates horizontal paddings so your content doesn’t touch the edges of the screen.
Just horizontal padding
This adds padding-inline
to the element you apply it to.
<div class="wrap">wrapped content</div>
Wrapped content
-->
wrap
creates horizontal paddings so your content doesn’t touch the edges of the screen.
This adds padding-inline
to the element you apply it to.
<div class="wrap">wrapped content</div>