This page was translated from English by the community.Learn more and join the MDN Web Docs community.
blur()
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since сентябрь 2016 г..
ФункцияCSSblur() применяетразмытие по Гауссу к входному изображению. Его результатом является<filter-function>.
In this article
Интерактивный пример
filter: blur(0);filter: blur(4px);filter: blur(1.5rem);<section> <img src="/shared-assets/images/examples/firefox-logo.svg" width="200" /></section>Синтаксис
blur(radius)
Параметры
Пример
css
blur(0) /* Без эффекта */blur(8px) /* Размытие с радиусом 8px */blur(1.17rem) /* Размытие с радиусом 1.17rem */