diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-13 17:53:01 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-13 17:53:01 +0530 |
commit | c0187c7306f916417c96e7ca15f65b61fca94687 (patch) | |
tree | 7c57b4653b92d4eb5fbeb8bcb90103e35aada51d /style.css | |
parent | 4e28020e236a5778eb7b1033514fd277e013841c (diff) |
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..473ecc6 --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-familt: Arial, Helvetica, sans-serif; +} +html, body{ + background-color: black; + min-width: 100%; + width: 100%; +}
\ No newline at end of file |