m-16: Tailwind CSS Margin class
The m-14 class applies a uniform margin of 3.5rem (56px) to all sides of an element.
m-16 (Margin 16)
The m-16 class applies a uniform margin of 4rem (64px) 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-96 h-40 rounded"> <div class="m-16 bg-green-500 text-white font-bold text-center rounded"> M-16</div> </div></div>
Preview
M-16
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
