fix stars in order to take all the screen size
This commit is contained in:
@@ -22,7 +22,7 @@ body, html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#stars1, #stars2, #stars3 {
|
.animated-background {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
+5
-3
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user