Search
 
SCRIPT & CODE EXAMPLE
 

CSS

linear-gradient tailwind

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

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>
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 stretch a font taller css 
Css :: css blur image without blur borders 
Css :: margin auto not centering 
Css :: drop down menu html css 
Css :: show icon on hover css 
Css :: mysql_config not found 
Css :: rounded left border tailwind css 
Css :: center absolute suedo element 
Css :: purge tailwind 3 
Css :: tile format css 
Css :: box glow css 
Css :: Setting paragraph margin to 0 
Css :: fading bottom image css 
Css :: text-transform 
Css :: font family css 
Css :: css remove 
Css :: font shorthand css 
Css :: cool css fonts 
Css :: background-image linear-gradient url 
Css :: margin bottom 
Css :: form validation with css 
Css :: how to hide text that is longer than its parent div 
Css :: css grid container 
Css :: text align left css 
Css :: vsc css autocomplet 
Css :: fabric bring to front element top 
Css :: scss darken 
Css :: how to combine two screen sizes in media queries css 
Css :: css vertical align with flexbox 
Css :: mitmf install 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =