fix stars in order to take all the screen size

This commit is contained in:
Giovanni-Josserand 2025-12-04 22:28:37 +01:00
parent 0c6a1d477d
commit 14c8bf5bd9
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,7 @@ body, html {
} }
#stars1, #stars2, #stars3 { .animated-background {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;

View File

@ -10,9 +10,11 @@
<title>Linktree | Giovanni-Josserand</title> <title>Linktree | Giovanni-Josserand</title>
</head> </head>
<body> <body>
<div id="stars1"></div> <section class="animated-background">
<div id="stars2"></div> <div id="stars1"></div>
<div id="stars3"></div> <div id="stars2"></div>
<div id="stars3"></div>
</section>
<div id="background_div"> <div id="background_div">