Compare commits
11 Commits
c8e352f67d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 984cac2132 | |||
| 840a0e532c | |||
| 00b67c4aa0 | |||
| ba36ef8951 | |||
| 4910fafca6 | |||
| 14c8bf5bd9 | |||
| 0c6a1d477d | |||
| 97b8a84ebb | |||
| 93e4982d89 | |||
| b6be004e95 | |||
| 50a1802e34 |
+20
-1
@@ -17,10 +17,29 @@ body, html {
|
|||||||
background: url("../images/background.jpg") no-repeat center/cover;
|
background: url("../images/background.jpg") no-repeat center/cover;
|
||||||
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||||
color: white;
|
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 {
|
#background_div {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -10,9 +10,11 @@
|
|||||||
<title>Linktree | Giovanni-Josserand</title>
|
<title>Linktree | Giovanni-Josserand</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<section class="animated-background">
|
||||||
<div id="stars1"></div>
|
<div id="stars1"></div>
|
||||||
<div id="stars2"></div>
|
<div id="stars2"></div>
|
||||||
<div id="stars3"></div>
|
<div id="stars3"></div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<div id="background_div">
|
<div id="background_div">
|
||||||
|
|||||||
Reference in New Issue
Block a user