Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

tailwind background gradient

//it combind pink-500 and orange-500 color
<span class='bg-gradient-to-r from-orange-500 to-pink-500'>Premium</span>
//you can also use 3 color like css
<span class='bg-gradient-to-r via-purple-500 from-orange-500 to-pink-500'>Premium</span>
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #tailwind #background #gradient
ADD COMMENT
Topic
Name
5+2 =