Bickrs.com
Home
Portfolio
Contact
Toggle theme
Toggle Menu
Code Compass
HTML Explorer
CSS Visualizer
Tailwind CSS
Tailwind Guide
JS Playground
Toggle Sidebar
Search...
⌘
K
Tailwind Classes
Select a class to see an example.
container
block
hidden
flex
flex-col
items-center
justify-between
gap-4
grid
grid-cols-3
col-span-2
p-4
m-4
mx-auto
space-x-4
text-primary
text-xl
font-bold
text-center
leading-normal
bg-background
bg-gradient-to-r
bg-opacity-50
rounded-lg
border
border-b-2
shadow-md
opacity-75
hover:scale-105
transition
duration-200
animate-pulse
w-full
h-screen
min-h-screen
cursor-pointer
select-none
focus:ring
md:flex
lg:hidden
dark:bg-dark
dark:text-white
backdrop-blur-sm
ring-2
container
Sets the max-width of an element to match the min-width of the current breakpoint.
<div class="container mx-auto">...</div>
html
Live Preview