NEWS blur css à régler.

This commit is contained in:
fredtempez 2021-04-01 19:53:12 +02:00
parent 6bd248fb6a
commit 1ca00c11e5
1 changed files with 6 additions and 5 deletions

View File

@ -26,17 +26,18 @@
position: relative;
}
.newsBlur {
position:absolute;
bottom:-5%;
margin-left: -5px;
position: absolute;
bottom: -5%;
margin: -10px;
height: 20%;
width: 110%;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
width: 100%;
background-color: rgba(253, 254, 255, 0.932);
background-color: rgba(253, 254, 255, 0.90);
}