Search
 
SCRIPT & CODE EXAMPLE
 

CSS

backdrop filter property for safari not working

body{
  background: #555;
}
#container{
  height: 150px;
  width: 150px;
  background-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
#content{
  height: 150px;
  width: 150px;
  background-color: rgba(0,0,0,0.5);
  margin:50px;
  position: absolute;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
Comment

PREVIOUS NEXT
Code Example
Css :: gulp with pm2 
Css :: @extend must be used with a %placeholder 
Css :: hegith specific css in media query 
Css :: css background full width 
Css :: hidden elements blinking on hover 
Css :: a tag taking up all the width of the page 
Css :: Responsive font size with clamp 
Css :: degradado color css 
Css :: how to outline text in css 
Css :: GET /style.css HTTP/1.1" 404 
Css :: space between li css 
Css :: css invert text color 
Css :: text-color gradient css 
Css :: remve arrow from input ype number 
Css :: ssh: connect to host 165.22.132.219 port 22: Connection refused 
Css :: iPhone XS css 
Css :: css animation slide from bottom to top 
Css :: javascript read me text 
Css :: add shadowto container 
Css :: css set background image repeat vertically 
Css :: show existing virtualenvs 
Css :: how to make border for letters in css 
Css :: css selector not contain 
Css :: css how to make something italized 
Css :: blink css 
Css :: video camera icon font awesome 
Css :: move to last commit 
Css :: css background transparency or alpha mode 
Css :: align items center css 
Css :: text gradient in css 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =