Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css background rainbow

#grad1 {
    height: 200px;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet); /* Standard syntax (must be last) */
}
Comment

PREVIOUS NEXT
Code Example
Css :: kotlin string to int 
Css :: rgb gold 
Css :: onclick jquery add css 
Css :: how to add fanctoin to links in css 
Css :: centos 8 cron on reboot 
Css :: remove list dots on li 
Css :: css backdrop filter blut 
Css :: change icon color to gradient css 
Css :: css make text not break line when overflow 
Css :: souligner titre css 
Css :: how to center table text in html 
Css :: css animation stay at end 
Css :: flex fill space 
Css :: how to wrap the data in table material UI 
Css :: add more than 2 css jquery 
Css :: onhover mouse pointer css 
Css :: move up on hover css 
Css :: react html height 100% 
Css :: not checked css 
Css :: for in sass 
Css :: css margin top 
Css :: object-fit 
Css :: custom select tailwind css 
Css :: repeating-linear-gradient generator 
Css :: plasma state of matter 
Css :: how to get element details using cssselector using beautifulsoup 
Css :: fixed div with scrollable content 
Css :: css animation display none 
Css :: input uppercase with css 
Css :: all rights reserved 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =