m-3: Tailwind CSS Margin class
The m-3 class applies a uniform margin of 0.75rem (12px) to all sides of an element.
m-3 (Margin 3)
The m-3 class applies a uniform margin of 0.75rem (12px) to all sides of an element.
Example Code
html
<div class="rounded-t-md bg-gray-100 flex items-center justify-center p-5"> <div class="bg-green-300 w-40 h-28 rounded"> <div class="m-3 bg-green-500 text-white font-bold text-center rounded"> M-3</div> </div></div>
Preview
M-3
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
