Compare commits

...

11 Commits

2 changed files with 25 additions and 4 deletions
+20 -1
View File
@@ -17,10 +17,29 @@ body, html {
background: url("../images/background.jpg") no-repeat center/cover;
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
color: white;
overflow-x: hidden;
height: 100%;
overflow-x: visible;
}
.animated-background {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 0;
}
#stars1, #stars2, #stars3 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: transparent;
}
#background_div {
max-height: 100vh;
display: flex;
+5 -3
View File
@@ -10,9 +10,11 @@
<title>Linktree | Giovanni-Josserand</title>
</head>
<body>
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<div id="background_div">