artmozai commited on
Commit
7f6c848
·
verified ·
1 Parent(s): 6921764

chore: add css reset

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -56,6 +56,8 @@
56
  </script>
57
 
58
  <style>
 
 
59
  /* CSS Variables untuk tema yang mudah diubah */
60
  :root {
61
  --bg-color: #121212;
 
56
  </script>
57
 
58
  <style>
59
+ * {margin: 0;padding: 0;box-sizing: border-box;}
60
+
61
  /* CSS Variables untuk tema yang mudah diubah */
62
  :root {
63
  --bg-color: #121212;