Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

linear gradient tailwind css

//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: #linear #gradient #tailwind #css
ADD COMMENT
Topic
Name
9+2 =