aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--styles.css7
2 files changed, 1 insertions, 8 deletions
diff --git a/index.html b/index.html
index b6ec01a..ea3eedc 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/styles.css b/styles.css
index c97aeef..e0de5c8 100644
--- a/styles.css
+++ b/styles.css
@@ -5,11 +5,4 @@ body {
canvas {
display: block;
- vertical-align: bottom;
-}
-
-.starBackground {
- position: absolute;
- width: 100%;
- height: 100%;
} \ No newline at end of file