Back to spacing Classes

py-px

Usage

<div class="py-px">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the py-px class:

<!-- Basic usage -->
<div class="py-px">Content</div>

<!-- With other classes -->
<div class="py-px p-4 bg-white">Content with padding and background</div>