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 :: add border to png outline css 
Css :: css add circle to icon cart 
Css :: input backgound color 
Css :: padding bottom and top css in same ligne 
Css :: php executable not found. install php 7 and add it to your path 
Css :: css grid vs flexbox 
Css :: nibabel ValueError: w2 should be positive, but is 
Css :: bootstrap z-index 
Css :: use flex in container with multiple components 
Css :: align text in block like in word css 
Css :: css class and id 
Css :: line icon css 
Css :: scss darken 
Css :: animations 
Css :: center div using flex 
Css :: font face html 
Css :: remove black border css 
Css :: text-overflow ellipsis hover tooltip css 
Css :: Simple example of using bootstrap 
Css :: css color when clicked 
Css :: send element to center of div 
Css :: how to make a html css js editor 
Css :: grid-template-areas 
Css :: image transparent 
Css :: liste commandes disponibles linux 
Css :: secltor for parent li css 
Css :: how to give height equal to parent height css 
Css :: css change background color 
Css :: Loop Over Array of Objects and Combine them if they have similar keys 
Css :: how to make focus outline round in html 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =