From 24fa17895bca1ce102aed976e087a9e5be42c8fb Mon Sep 17 00:00:00 2001 From: Agahnim Date: Tue, 14 Apr 2026 15:17:12 +0200 Subject: [PATCH] music: small wip --- static/style.css | 22 ++++++++++++++++++++++ templates/partials/music.html | 12 +++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d6eaaa2..9047ca1 100644 --- a/static/style.css +++ b/static/style.css @@ -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 */ katcenkat { display: flex; diff --git a/templates/partials/music.html b/templates/partials/music.html index e4f9a8e..986f541 100644 --- a/templates/partials/music.html +++ b/templates/partials/music.html @@ -1 +1,11 @@ -hello \ No newline at end of file + + + + + + +

Salut

+
+
\ No newline at end of file