grammar background: linear-gradient(direction,color-stop1,color-stop2,...);
The first one background: linear-gradient(to left,#d3959b,#bfe6ba); to left sets the gradient from right The second background: linear-gradient(to right,#d3959b,#bfe6ba); The third background: linear-gradient(to top,#d3959b,#bfe6ba); The fourth background: linear-gradient(to bottom,#d3959b,#bfe6ba); The fifth background: linear-gradient(to top right,#d3959b,#bfe6ba); to right top The Sixth background: linear-gradient(45deg,#d3959b,#bfe6ba); There is a slight difference between " The seventh background: linear-gradient(45deg,#d3959b 20%,#bfe6ba); Specifies the starting color position in percentage. The default value is The eighth background: linear-gradient(to right,#feac5e,#c779d0,#4bc0c8); Ninth background: linear-gradient(45deg,#feac5e,#c779d0,#4bc0c8); The tenth background: linear-gradient(45deg,rgba(254,172,94,0.5),rgba(199,121,208,0.5),rgba(75,192,200,0.5)); This is the end of this article about CSS container background 10 color gradient Demo (linear-gradient()). For more related CSS container background color gradient content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! |
<<: MySQL isolation level detailed explanation and examples
>>: Share 8 CSS tools to improve web design
What are HTTP Headers HTTP is an abbreviation of ...
Recommended reading: MySQL 8.0.19 supports accoun...
The div+css layout to achieve 2-end alignment is ...
If you want to display extra text as ellipsis in ...
NProgress is the progress bar that appears at the...
Table of contents 1. Introduction to ReactJS 2. U...
Table of contents Preface 1. Install Docker 2. In...
I finished learning SQL by myself not long ago, a...
Table of contents definition The role of the curs...
After the image is built successfully, it can be ...
Preface In many MySQL test scenarios, some test d...
The full name of Blog should be Web log, which me...
A Docker container starts a single process when i...
You know that without it, the browser will use qui...
Statement 1: <link rel="shortcut icon"...