Search
 
SCRIPT & CODE EXAMPLE
 

CSS

linear-gradient tailwind

<div class="bg-gradient-to-r from-cyan-500 to-blue-500 ..."></div>
Comment

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>
Comment

linear-gradient tailwind

<div class="bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 ..."></div>
Comment

PREVIOUS NEXT
Code Example
Css :: how to increase text height css 
Css :: setting z index on before after pseudo classes 
Css :: css %-px 
Css :: gravity forms css classes 
Css :: bottom gradient 
Css :: css mutline comment 
Css :: checkbox change background color bootstrap 
Css :: how to horizontally center header at the top of page with flexbox css 
Css :: css absolute position inside div 
Css :: how to disable css-select select box 
Css :: CSS blue bottom right Box shadow 
Css :: make previous commit master 
Css :: bulma uppercase 
Css :: check ssh port 
Css :: make element glow 
Css :: css if element is empty 
Css :: add tailwindcss to angular 
Css :: rgba blue 
Css :: postcss plugin 
Css :: mb in bootstrap 
Css :: grid-template-rows 
Css :: how to add pictures in circle html 
Css :: text-decoration 
Css :: css outline style 
Css :: content visability auto 
Css :: remove 000webhost ads 
Css :: css file path 
Css :: how to change the select arrow in css 
Css :: change image color with css 
Css :: tampermonkey custom css 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =