Search
 
SCRIPT & CODE EXAMPLE
 

CSS

The edit queue is full at the moment - try again in a few minutes!

/* IMPORTANT: Put utilities before components */

@tailwind base;

@tailwind utilities;

@tailwind components;

/* Note: you could also just add a custom CSS file here. */
.btn-blue {
  @apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
}
.btn-blue:hover {
  @apply bg-blue-700;
}
Comment

PREVIOUS NEXT
Code Example
Css :: CSS REsize Wordpress Dropdowns Automatically 
Css :: coderbytes 
Css :: shiny server configuration 
Css :: nav items moving when hover 
Css :: how to add selector to another selector in css 
Css :: hover above image tip tool 
Css :: responsive arrow breadcrumbs css site:stackoverflow.com 
Css :: active css not working 
Css :: how to apply css on react chartjs 
Css :: text stil 
Css :: css psedou content data 
Css :: easy way raise specificity css 
Css :: Create a addition element in center and rotate it 
Css :: bouton darkmode 
Css :: css accordian triangle 
Css :: how to use class form scss reactjs 
Css :: set values to asame id jquery 
Css :: full calendar custom css 
Css :: google font family poppins 
Css :: css animation visualizer 
Css :: How to do addition or subtraction on CSS Variables? 
Css :: hide content when element too small and add scrollbars 
Css :: css conflict 
Css :: How to make background fixed while scrolling 
Css :: css select first word 
Typescript :: angular devkit build angular error 
Typescript :: git count commits by author 
Typescript :: using log how can we find number of digits for a number in java 
Typescript :: delete all child elements jquery 
Typescript :: types of irony 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =