diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | styles.css | 7 |
2 files changed, 1 insertions, 8 deletions
@@ -10,7 +10,7 @@ </head> <body> -<div id="starBackground" class="starBackground"></div> +<div id="starBackground"></div> <script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script> <script src="script.js"></script> @@ -5,11 +5,4 @@ body { canvas { display: block; - vertical-align: bottom; -} - -.starBackground { - position: absolute; - width: 100%; - height: 100%; }
\ No newline at end of file |