video
This commit is contained in:
parent
7897136db2
commit
d83637571f
@ -41,8 +41,8 @@ nav:hover{
|
|||||||
|
|
||||||
|
|
||||||
#icone{
|
#icone{
|
||||||
height: 10vh;
|
height: 7vh;
|
||||||
width: 10vw;
|
width: 7vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -52,6 +52,10 @@ main{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#background-video{
|
#background-video{
|
||||||
|
|
||||||
|
filter: opacity(50%);
|
||||||
|
mix-blend-mode: screen;
|
||||||
|
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
BIN
img/Untitledpoker.mp4
Normal file
BIN
img/Untitledpoker.mp4
Normal file
Binary file not shown.
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
<video id="background-video" autoplay loop muted>
|
<video id="background-video" autoplay loop muted>
|
||||||
<source src="img/istockphoto-1440281220-640_adpp_is.mp4" type="video/mp4">
|
<source src="img/Untitledpoker.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
<a href="#"><img id="btn_up" src="img/icone/arrow-up.svg" alt="icone de fleche"></a>
|
<a href="#"><img id="btn_up" src="img/icone/arrow-up.svg" alt="icone de fleche"></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user