Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css blur overlay

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5;
}
Comment

PREVIOUS NEXT
Code Example
Css :: chrome developer tools send get request 
Css :: animated progress bar css 
Css :: text-overflow ellipsis hover tooltip css 
Css :: align links to right css 
Css :: tilt element css animation 
Css :: increase Nth-child CSS 
Css :: increase clickable area css 
Css :: css border 
Css :: css transparent background behind text 
Css :: css nested 
Css :: aspect ratio css media query 
Css :: how to make a text in center with background color in css 
Css :: css waves background 
Css :: tailwind css next 
Css :: vue scoped css child component 
Css :: :global css 
Css :: media query in scss 
Css :: web3 button style 
Css :: css3 ripple loop 
Css :: codemirror resizable 
Css :: text-align transform 
Css :: ios prevent scroll css 
Css :: insert checkbox into combobox css 
Css :: map arrays 
Css :: google font smooth 
Css :: how to apply hover through inline css 
Css :: have button beside form input 
Css :: boxsizing 
Css :: three dots animation 
Css :: padding 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =