summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-09-13 17:53:01 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-09-13 17:53:01 +0530
commitc0187c7306f916417c96e7ca15f65b61fca94687 (patch)
tree7c57b4653b92d4eb5fbeb8bcb90103e35aada51d /style.css
parent4e28020e236a5778eb7b1033514fd277e013841c (diff)
Initial HTML and CSS files createdHEADmain
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
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