Padding and Margins
Padding and margins aren’t next to each other—they’re always separated by the border. But Tailwind handles them similarly enough that it’s easy to talk about them together.
Tailwind provides, if I’m counting correctly, 245 different classes to manage padding (not counting arbitrary values). I’m not going to list them all here (though the Tailwind documentation[12] does), because there’s a pattern to them: p{direction}-{size}.
All the padding classes start with p, followed by an optional character for the direction. Six directions exist: t, b, l, and r for top, bottom, left, and right, respectively; x for horizontal (meaning left and right); and y for vertical (meaning top and bottom). If there’s no direction character, the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access