Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tailwind @apply

@tailwind base;

@tailwind components;

.btn-blue {
  @apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
}
.btn-blue:hover {
  @apply bg-blue-700;
}

@tailwind utilities;
Comment

PREVIOUS NEXT
Code Example
Css :: onhover mouse pointer css 
Css :: espacio entre lineas css 
Css :: footer at bottom of body 
Css :: css grid repeat 
Css :: style scroll react csss 
Css :: css animation infinite loop 
Css :: move element in front of another css 
Css :: how to center a html header 
Css :: elementor accordion closed by default 
Css :: how to set text in center in flex item 
Css :: css dot dot dot 
Css :: remove on click border 
Css :: jquery change css variiable value 
Css :: how to wrap text in css 
Css :: change color when you mouse over a link (hover) 
Css :: width defined by content css 
Css :: multiple divs next to each other 
Css :: css blur bg 
Css :: css background 
Css :: call circle icon in html css 
Css :: css gradient 3 colors 
Css :: jquery hover class css not working 
Css :: Align vertically and horizontally 
Css :: material icons after css 
Css :: all rights reserved 
Css :: how to install tailwind css in html 
Css :: css square image 
Css :: &:disabled not working sass 
Css :: css opacity 
Css :: css filters 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =