Effect screenshots:![]() Implementation code: Copy code The code is as follows:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <style type="text/css"> .linear{ width:100%; height:600px; FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=##15A216,endColorStr=#fafafa); /*IE*/ background:-moz-linear-gradient(top,#15A216,#fafafa);/*Firefox*/ background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#15A216), to(#fafafa));/*Google*/ background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #15A216),color-stop(1, #fafafa));/* Safari & Chrome*/ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15A216', endColorstr='#fafafa'); /*IE6 & IE7*/ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15A216', endColorstr='#fafafa')"; /* IE8 */ } </style> </head> <body> <div class="linear"></div> </body> </html> |
<<: SQL implementation of LeetCode (175. Joining two tables)
>>: Sample code for changing the color of a png image through a CSS3 filter
In actual work, JavaScript regular expressions ar...
1. Environment version Docker version 19.03.12 ce...
Preface The sleep system function in MySQL has fe...
In HTML and CSS, we want to set the color of a bu...
Using Dockerfile allows users to create custom im...
This blog post is about a difficulty encountered ...
Table of contents 1. Literals 1.1 Numeric literal...
Table of contents Overview 1. Global Registration...
This article shares the specific code of JavaScri...
0x00 Introduction WordPress is the most popular C...
The implementation idea of the javascript game ...
1. Install basic components First, execute the yu...
Preface When backing up the database, a full data...
Preface As a basic data structure, arrays and obj...
In Linux operation and configuration work, dual n...