fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict (cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac) * fix: remove extra links Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * fix: revert changes * fix: revert changes * fix: revert changes * fix: revert changes
This commit is contained in:
committed by
Parth Parth
parent
1e9f5bc09a
commit
23ca5d9cc6
@@ -24,7 +24,7 @@ background: linear-gradient(direction, color-stop1, color-stop2, ...);
|
||||
|
||||
##### 线性渐变 - 从上到下(这是默认值)
|
||||
|
||||
以下示例显示从顶部开始的线性渐变。它开始变红,过渡到黄色: 
|
||||
以下示例显示从顶部开始的线性渐变。它开始变红,过渡到黄色: 
|
||||
|
||||
#### 例
|
||||
```
|
||||
@@ -55,11 +55,11 @@ background: linear-gradient(direction, color-stop1, color-stop2, ...);
|
||||
</html>
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
##### 线性渐变 - 从左到右
|
||||
|
||||
以下示例显示从左侧开始的线性渐变。它开始变红,过渡到黄色: 
|
||||
以下示例显示从左侧开始的线性渐变。它开始变红,过渡到黄色: 
|
||||
|
||||
#### 例
|
||||
```
|
||||
@@ -90,7 +90,7 @@ background: linear-gradient(direction, color-stop1, color-stop2, ...);
|
||||
</html>
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### 线性渐变 - 对角线
|
||||
|
||||
@@ -98,7 +98,7 @@ background: linear-gradient(direction, color-stop1, color-stop2, ...);
|
||||
|
||||
以下示例显示从左上角开始(并向右下方)的线性渐变。它开始变红,过渡到黄色:
|
||||
|
||||

|
||||

|
||||
|
||||
#### 例
|
||||
```
|
||||
@@ -129,7 +129,7 @@ background: linear-gradient(direction, color-stop1, color-stop2, ...);
|
||||
</html>
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### 更多信息:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user