blur()
The blur() function applies a Gaussian blur effect to an element, so we can use it to soften an element directly from CSS.
Gabriel is a front-end developer and technical writer. He specializes in HTML, CSS, JavaScript, React, Vue, TailwindCSS, and Bootstrap, with a track record of building high-quality and user-friendly websites and web applications. He is also passionate about sharing knowledge on the latest front-end technologies through informative and engaging technical articles.
invert() function applies a invert filter to an element and its content. It is used with the filter property. paint() function allows us to use PaintWorklets as background images in CSS. PaintWorklets are images created in JavaScript that are applied to an element in CSS with the paint() function. cross-fade() function lets you blend more than one image at a specified transparency value. image() function renders an image from a URL. We also can add a solid color as a fallback, specify the image’s direction, and use media fragments. image-set() function allows the browser to display the best image from a given set of images.