Back to spacing Classes

my-px

Usage

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

Examples

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

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

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