NEWS blur css à régler.
This commit is contained in:
parent
6bd248fb6a
commit
1ca00c11e5
@ -26,17 +26,18 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.newsBlur {
|
.newsBlur {
|
||||||
position:absolute;
|
position: absolute;
|
||||||
bottom:-5%;
|
bottom: -5%;
|
||||||
margin-left: -5px;
|
margin: -10px;
|
||||||
height: 20%;
|
height: 20%;
|
||||||
|
width: 110%;
|
||||||
-webkit-filter: blur(5px);
|
-webkit-filter: blur(5px);
|
||||||
-moz-filter: blur(5px);
|
-moz-filter: blur(5px);
|
||||||
-o-filter: blur(5px);
|
-o-filter: blur(5px);
|
||||||
-ms-filter: blur(5px);
|
-ms-filter: blur(5px);
|
||||||
filter: blur(5px);
|
filter: blur(5px);
|
||||||
width: 100%;
|
|
||||||
background-color: rgba(253, 254, 255, 0.932);
|
background-color: rgba(253, 254, 255, 0.90);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user