
background-color - Backgrounds - Tailwind CSS
Utilities for controlling an element's background color. This is just a shorthand for bg-[var(<custom-property>)] that adds the var() function for you automatically.. Applying on hover. …
Background Color - Tailwind CSS
You can also use variant modifiers to target media queries like responsive breakpoints, dark mode, prefers-reduced-motion, and more. For example, use md:bg-green-500 to apply the bg …
border-color - Borders - Tailwind CSS
border-inline-start-color: var(--color-green-200); /* oklch(0.925 0.084 155.995) */
Text Color - Tailwind CSS
You can also use variant modifiers to target media queries like responsive breakpoints, dark mode, prefers-reduced-motion, and more. For example, use md:text-green-600 to apply the …
Colors - Core concepts - Tailwind CSS
Now utilities like bg-midnight, text-tahiti, and fill-bermuda will be available in your project in addition to the default colors.. Learn more about theme variables in the theme variables …
Background Color - Tailwind CSS
For example, use md:bg-green-500 to apply the bg-green-500 utility at only medium screen sizes and above. < button class = " bg-blue-500 md:bg-green-500 ... " > Button </ button > For more …
Box Shadow Color - Tailwind CSS
Basic usage Setting the box shadow color Use the shadow-* utilities to change the color of an existing box shadow. By default colored shadows have an opacity of 100%, but you can adjust …
Border Color - Tailwind CSS
For example, use md:border-green-500 to apply the border-green-500 utility at only medium screen sizes and above. For more information about Tailwind's responsive design features, …
Background Color - Tailwind CSS
For example, use md:bg-green-500 to apply the bg-green-500 utility at only medium screen sizes and above. For more information about Tailwind's responsive design features, check out the …
Stroke - Tailwind CSS
Utilities for styling the stroke of SVG elements.