Spaces:
Running
Running
chore: add css reset
Browse files- 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;
|