diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +body { + margin: 0; + background-color: #0c0c1c; +} + +canvas { + display: block; + vertical-align: bottom; +} + +.starBackground { + position: absolute; + width: 100%; + height: 100%; +}
\ No newline at end of file |