rotate-45
Usage
<div class="rotate-45">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the rotate-45
class:
<!-- Basic usage -->
<div class="rotate-45">
Content
</div>
<!-- With other classes -->
<div class="rotate-45 p-4 bg-white">
Content with padding and background
</div>