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