music: small wip
This commit is contained in:
parent
c0d3db3142
commit
7056885b56
2 changed files with 33 additions and 1 deletions
|
|
@ -621,6 +621,28 @@ home-content {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Music */
|
||||||
|
music {
|
||||||
|
video-bg {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100lvh;
|
||||||
|
width: 100lvw;
|
||||||
|
z-index: -1;
|
||||||
|
|
||||||
|
video {
|
||||||
|
height: 100lvh;
|
||||||
|
width: 100lvw;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
box {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* 404 */
|
/* 404 */
|
||||||
katcenkat {
|
katcenkat {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -1 +1,11 @@
|
||||||
<hello>hello</hello>
|
<music>
|
||||||
|
<video-bg>
|
||||||
|
<video autoplay muted loop playsinline>
|
||||||
|
<source src="/static/assets/videos/music.webm" type="video/mp4" />
|
||||||
|
</video>
|
||||||
|
</video-bg>
|
||||||
|
|
||||||
|
<box>
|
||||||
|
<p>Salut</p>
|
||||||
|
</box>
|
||||||
|
</music>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue