Add mix-blend-mode to animaiton
This commit is contained in:
parent
6b8ff48559
commit
0d84f17329
4
main.css
4
main.css
@ -318,6 +318,8 @@ section.hero-section {
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
|
mix-blend-mode: screen;
|
||||||
}
|
}
|
||||||
|
|
||||||
.face-wrapper {
|
.face-wrapper {
|
||||||
@ -358,7 +360,7 @@ section.hero-section {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transition: all .3s ease-out;
|
transition: all .3s ease-out;
|
||||||
z-index: 100;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user