aboutsummaryrefslogtreecommitdiff
path: root/files/vi/web/css/url()/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
commit904a5994c87295d84d25f869d5555f35fbce5070 (patch)
treea8535dfa32d2180186965a0bb66931b4830c5d73 /files/vi/web/css/url()/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-904a5994c87295d84d25f869d5555f35fbce5070.tar.gz
translated-content-904a5994c87295d84d25f869d5555f35fbce5070.tar.bz2
translated-content-904a5994c87295d84d25f869d5555f35fbce5070.zip
unslug vi: move
Diffstat (limited to 'files/vi/web/css/url()/index.html')
-rw-r--r--files/vi/web/css/url()/index.html30
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("&lt;url&gt;")}} 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("&lt;filter-function&gt;")}}</li>
+</ul>