diff options
Diffstat (limited to 'files/vi/web/css/url()/index.html')
| -rw-r--r-- | files/vi/web/css/url()/index.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/files/vi/web/css/url()/index.html b/files/vi/web/css/url()/index.html deleted file mode 100644 index cf6c32736c..0000000000 --- a/files/vi/web/css/url()/index.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: url() -slug: Web/CSS/url() -translation_of: Web/CSS/url() -translation_of_original: Web/CSS/filter-function/url -original_slug: Web/CSS/filter-function/url ---- -<div>{{cssref}}</div> - -<p>Hàm <strong><code>url()</code></strong> <a href="/en-US/docs/Web/CSS">CSS</a> dùng <a href="/en-US/docs/Web/SVG/Element/filter">SVG filter</a> để thay đổi bề ngoài của ảnh.</p> - -<h2 id="Cú_pháp">Cú pháp</h2> - -<pre class="syntaxbox">url(<em>location</em>)</pre> - -<h3 id="Thông_số">Thông số</h3> - -<dl> - <dt><code>location</code></dt> - <dd> {{cssxref("<url>")}} của tệp {{glossary("XML")}} chỉ định bộ lọc SVG, và có thể bao gồm một neo cho một phần tử bộ lọc cụ thể.</dd> -</dl> - -<h2 id="Ví_dụ">Ví dụ</h2> - -<pre class="brush: css">url(resources.svg#c1)</pre> - -<h2 id="Liên_quan">Liên quan</h2> - -<ul> - <li>{{cssxref("<filter-function>")}}</li> -</ul> |
