diff --git a/files/en-us/web/css/filter-function/blur()/index.html b/files/en-us/web/css/filter-function/blur()/index.html index 3744f4dde410c02..24dcc5440099aa0 100644 --- a/files/en-us/web/css/filter-function/blur()/index.html +++ b/files/en-us/web/css/filter-function/blur()/index.html @@ -52,17 +52,21 @@

Specifications

+

Browser compatibility

+ +

{{Compat("css.properties.filter")}}

+

See also

diff --git a/files/en-us/web/css/filter-function/brightness()/index.html b/files/en-us/web/css/filter-function/brightness()/index.html index 2d2768fe2284682..3d2322711d08457 100644 --- a/files/en-us/web/css/filter-function/brightness()/index.html +++ b/files/en-us/web/css/filter-function/brightness()/index.html @@ -53,17 +53,21 @@

Specifications

+

Browser compatibility

+ +

{{Compat("css.properties.filter")}}

+

See also

diff --git a/files/en-us/web/css/filter-function/contrast()/index.html b/files/en-us/web/css/filter-function/contrast()/index.html index 6d38d343bd1e225..b9a9f51088b3d7a 100644 --- a/files/en-us/web/css/filter-function/contrast()/index.html +++ b/files/en-us/web/css/filter-function/contrast()/index.html @@ -53,17 +53,21 @@

Specifications

+

Browser compatibility

+ +

{{Compat("css.properties.filter")}}

+

See also

diff --git a/files/en-us/web/css/filter-function/drop-shadow()/index.html b/files/en-us/web/css/filter-function/drop-shadow()/index.html index 6e9ede51d32a24e..3624c2ec4ae5c15 100644 --- a/files/en-us/web/css/filter-function/drop-shadow()/index.html +++ b/files/en-us/web/css/filter-function/drop-shadow()/index.html @@ -69,18 +69,22 @@

Specifications

+

Browser compatibility

+ +

{{Compat("css.properties.filter")}}

+

See also

diff --git a/files/en-us/web/css/filter-function/grayscale()/index.html b/files/en-us/web/css/filter-function/grayscale()/index.html index 815531bd556de08..9bde6a4a9d3879e 100644 --- a/files/en-us/web/css/filter-function/grayscale()/index.html +++ b/files/en-us/web/css/filter-function/grayscale()/index.html @@ -50,17 +50,21 @@

Specifications

+

Browser compatibility

+ +

{{Compat("css.properties.filter")}}

+

See also

diff --git a/files/en-us/web/css/filter-function/hue-rotate()/index.html b/files/en-us/web/css/filter-function/hue-rotate()/index.html index aeb03a878184985..d5ccb10aee3c250 100644 --- a/files/en-us/web/css/filter-function/hue-rotate()/index.html +++ b/files/en-us/web/css/filter-function/hue-rotate()/index.html @@ -55,17 +55,21 @@

Specifications

+

Browser compatibility

+ +

{{Compat("css.properties.filter")}}

+

See also

diff --git a/files/en-us/web/css/filter-function/index.html b/files/en-us/web/css/filter-function/index.html index f1cee71b7f28177..f40abe3f64a6b37 100644 --- a/files/en-us/web/css/filter-function/index.html +++ b/files/en-us/web/css/filter-function/index.html @@ -18,25 +18,25 @@

Syntax

The <filter-function> data type is specified using one of the filter functions listed below. Each function requires an argument which, if invalid, results in no filter being applied.

-
{{cssxref("filter-function/blur", "blur()")}}
+
{{cssxref("filter-function/blur()", "blur()")}}
Blurs the image.
-
{{cssxref("filter-function/brightness", "brightness()")}}
+
{{cssxref("filter-function/brightness()", "brightness()")}}
Makes the image brighter or darker.
-
{{cssxref("filter-function/contrast", "contrast()")}}
+
{{cssxref("filter-function/contrast()", "contrast()")}}
Increases or decreases the image's contrast.
-
{{cssxref("filter-function/drop-shadow", "drop-shadow()")}}
+
{{cssxref("filter-function/drop-shadow()", "drop-shadow()")}}
Applies a drop shadow behind the image.
-
{{cssxref("filter-function/grayscale", "grayscale()")}}
+
{{cssxref("filter-function/grayscale()", "grayscale()")}}
Converts the image to grayscale.
-
{{cssxref("filter-function/hue-rotate", "hue-rotate()")}}
+
{{cssxref("filter-function/hue-rotate()", "hue-rotate()")}}
Changes the overall hue of the image.
-
{{cssxref("filter-function/invert", "invert()")}}
+
{{cssxref("filter-function/invert()", "invert()")}}
Inverts the colors of the image.
-
{{cssxref("filter-function/opacity", "opacity()")}}
+
{{cssxref("filter-function/opacity()", "opacity()")}}
Makes the image transparent.
-
{{cssxref("filter-function/saturate", "saturate()")}}
+
{{cssxref("filter-function/saturate()", "saturate()")}}
Super-saturates or desaturates the input image.
-
{{cssxref("filter-function/sepia", "sepia()")}}
+
{{cssxref("filter-function/sepia()", "sepia()")}}
Converts the image to sepia.
@@ -202,6 +202,10 @@

Specifications

+

Browser compatibility

+ +

{{Compat("css.properties.filter")}}

+

See also