div.transbox {
background-color: rgba(255, 255, 255, 0.4);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
/* Keyword value */
backdrop-filter: none;
/* URL to SVG filter */
backdrop-filter: url(commonfilters.svg#filter);
/* <filter-function> values */
backdrop-filter: blur(2px);
backdrop-filter: brightness(60%);
backdrop-filter: contrast(40%);
backdrop-filter: drop-shadow(4px 4px 10px blue);
backdrop-filter: grayscale(30%);
backdrop-filter: hue-rotate(120deg);
backdrop-filter: invert(70%);
backdrop-filter: opacity(20%);
backdrop-filter: sepia(90%);
backdrop-filter: saturate(80%);
/* Multiple filters */
backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
/* Global values */
backdrop-filter: inherit;
backdrop-filter: initial;
backdrop-filter: unset;
<div class="container">
<div class="box">
<p>backdrop-filter: blur(5px)</p>
</div>
</div>
backdrop-filter might create a lag effect on your page while scrolling
Code Example |
---|
Css :: css make text not highlightable |
Css :: ignore cache pip |
Css :: width 100% with padding |
Css :: remove highlight input css |
Css :: Media query Tablet and smaller |
Css :: bootstrap text truncate |
Css :: css dynamic grid layout |
Css :: grid center align css |
Css :: flex center |
Css :: how to scroll fixed position |
Css :: css glow text |
Css :: border dot css |
Css :: center absolute |
Css :: remove marker from li tag |
Css :: align ionic icons and text css |
Css :: how to link css to html in visual studio code |
Css :: how to change jumbotron size |
Css :: show hide item based on display size |
Css :: css fade in and stay |
Css :: how to get font awesome outline |
Css :: change font with calc function |
Css :: break pre text |
Css :: change color of mark tag in html |
Css :: text outline css |
Css :: how to remove margin of body |
Css :: sass each index |
Css :: css outline color |
Css :: best box shadow css |
Css :: vscode set terminal letter spacing |
Css :: line spacing css |