diff options
author | t7yang <t7yang@gmail.com> | 2021-07-17 15:47:55 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-19 23:04:27 +0800 |
commit | 8af4d5e8a260f3474b4273d573532ec6fec08ab4 (patch) | |
tree | 2af9751507e1f973e5ddbd075d32e571df1c7658 /files/zh-tw/orphaned/web/css | |
parent | 253bf68f4a0bb343bb556c9ba54c7f9410471e08 (diff) | |
download | translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.gz translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.bz2 translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.zip |
replace wiki links in zh-TW
Diffstat (limited to 'files/zh-tw/orphaned/web/css')
-rw-r--r-- | files/zh-tw/orphaned/web/css/radial-gradient()/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/orphaned/web/css/radial-gradient()/index.html b/files/zh-tw/orphaned/web/css/radial-gradient()/index.html index 3887115660..aa9c285150 100644 --- a/files/zh-tw/orphaned/web/css/radial-gradient()/index.html +++ b/files/zh-tw/orphaned/web/css/radial-gradient()/index.html @@ -6,7 +6,7 @@ original_slug: Web/CSS/radial-gradient() --- <div>{{CSSRef}}</div> -<p>CSS radial-gradient() 函數創建了一個圖片,其由一個從原點輻射開的在兩個或者多個顏色之前的漸變組成。這個方法得到的是一個CSS<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/gradient" title="The <gradient> CSS data type is a special type of <image> that consists of a progressive transition between two or more colors."><code><gradient></code></a>數據類型的物件,其是 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/image" title="The <image> CSS data type represents a two-dimensional image. There are two kinds of images: plain images, referenced with a <url>, and dynamically-generated images, generated with <gradient> or element(). Additional CSS image functions include image(), image-set(), and cross-fade(). Images can be used with numerous CSS properties, such as background-image, border-image, content, cursor, and list-style-image."><code><image></code></a> 的一種。</p> +<p>CSS radial-gradient() 函數創建了一個圖片,其由一個從原點輻射開的在兩個或者多個顏色之前的漸變組成。這個方法得到的是一個CSS<a href="/zh-TW/docs/Web/CSS/gradient" title="The <gradient> CSS data type is a special type of <image> that consists of a progressive transition between two or more colors."><code><gradient></code></a>數據類型的物件,其是 <a href="/zh-TW/docs/Web/CSS/image" title="The <image> CSS data type represents a two-dimensional image. There are two kinds of images: plain images, referenced with a <url>, and dynamically-generated images, generated with <gradient> or element(). Additional CSS image functions include image(), image-set(), and cross-fade(). Images can be used with numerous CSS properties, such as background-image, border-image, content, cursor, and list-style-image."><code><image></code></a> 的一種。</p> <div>{{EmbedInteractiveExample("pages/css/function-radial-gradient.html")}}</div> |