animated background

This commit is contained in:
2024-04-18 23:11:59 +02:00
parent f77bf9cc74
commit 5439f74b73
10 changed files with 772 additions and 395 deletions
@@ -8,12 +8,19 @@
body {
position: relative; }
body #content-ontop {
z-index: 3000;
position: relative;
top: -1200px; }
body #background-animated {
z-index: 2000;
position: relative;
left: -350px; }
body::before {
z-index: -1;
content: " ";
width: 100%;
height: 100%;
background-image: url("../images/fond-ronds.svg");
background-repeat: no-repeat;
background-size: content;
display: block;