Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Module landing page: filter effects #24261

Merged
merged 13 commits into from
Feb 16, 2023
Prev Previous commit
Next Next commit
remove unused headers
  • Loading branch information
estelle committed Feb 7, 2023
commit 6058f76713383e4cd7c303f445ce71b9fb8ee174
22 changes: 3 additions & 19 deletions files/en-us/web/css/filter_effects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,32 +131,13 @@ To see the code for this filter effects, [view the source on Github](https://git

- {{cssxref("backdrop-filter")}}
- {{cssxref("filter")}}
- {{cssxref("color-interpolation-filters")}}

### At-rules

- {{cssxref("")}}

### Functions

- {{cssxref("")}}

### Events

- {{domxref("")}}

### Interfaces

- {{domxref("")}} (inherits from {{domxref("")}})
- : Including {{domxref("")}}, {{domxref("")}}, and {{domxref("")}}.

## Guides

- []()
- : <!-- description -->

## Related concepts

- {{cssxref("&lt;filter-function&gt;")}} data type, including 10 CSS functions:
- {{cssxref("filter-function/blur", "blur()")}}
- {{cssxref("filter-function/brightness", "brightness()")}}
Expand All @@ -168,6 +149,9 @@ To see the code for this filter effects, [view the source on Github](https://git
- {{cssxref("filter-function/opacity", "opacity()")}}
- {{cssxref("filter-function/saturate", "saturate()")}}
- {{cssxref("filter-function/sepia", "sepia()")}}

## Related concepts

- {{CSSxRef("&lt;image&gt;")}} data type

- {{cssxref("background-image")}} CSS property
Expand Down