diff options
Diffstat (limited to 'files/vi/web/css/url()/index.html')
-rw-r--r-- | files/vi/web/css/url()/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/vi/web/css/url()/index.html b/files/vi/web/css/url()/index.html new file mode 100644 index 0000000000..bcff92ebe2 --- /dev/null +++ b/files/vi/web/css/url()/index.html @@ -0,0 +1,30 @@ +--- +title: url() +slug: Web/CSS/filter-function/url +translation_of: Web/CSS/url() +translation_of_original: 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> |