How to center a single item (Tailwind CSS)

Need to center an item? Maybe a spinner in the middle of a screen?
Cheat code to Center an item:

<div class=”flex justify-center”>
<div> whatever you wanna center here.</div>
</div>


This content originally appeared on DEV Community and was authored by Everen-John

Need to center an item? Maybe a spinner in the middle of a screen?
Cheat code to Center an item:

<div class="flex justify-center">
<div> whatever you wanna center here.</div>
</div>


This content originally appeared on DEV Community and was authored by Everen-John


Print Share Comment Cite Upload Translate Updates
APA

Everen-John | Sciencx (2021-11-21T10:53:31+00:00) How to center a single item (Tailwind CSS). Retrieved from https://www.scien.cx/2021/11/21/how-to-center-a-single-item-tailwind-css/

MLA
" » How to center a single item (Tailwind CSS)." Everen-John | Sciencx - Sunday November 21, 2021, https://www.scien.cx/2021/11/21/how-to-center-a-single-item-tailwind-css/
HARVARD
Everen-John | Sciencx Sunday November 21, 2021 » How to center a single item (Tailwind CSS)., viewed ,<https://www.scien.cx/2021/11/21/how-to-center-a-single-item-tailwind-css/>
VANCOUVER
Everen-John | Sciencx - » How to center a single item (Tailwind CSS). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/21/how-to-center-a-single-item-tailwind-css/
CHICAGO
" » How to center a single item (Tailwind CSS)." Everen-John | Sciencx - Accessed . https://www.scien.cx/2021/11/21/how-to-center-a-single-item-tailwind-css/
IEEE
" » How to center a single item (Tailwind CSS)." Everen-John | Sciencx [Online]. Available: https://www.scien.cx/2021/11/21/how-to-center-a-single-item-tailwind-css/. [Accessed: ]
rf:citation
» How to center a single item (Tailwind CSS) | Everen-John | Sciencx | https://www.scien.cx/2021/11/21/how-to-center-a-single-item-tailwind-css/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.