diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..60015e8 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +html, body { + background-color: #000; + color: #fff; + padding: 0; + margin: 0; + text-align: center; +} |