Spaces:
Running
Running
Add CSS reset styles to index.html
Browse files- frontend/index.html +1 -0
frontend/index.html
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 15 |
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
| 16 |
<style>
|
|
|
|
| 17 |
|
| 18 |
/* βββ RESET βββββββββββββββββββββββββββββββββββββββββ */
|
| 19 |
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
|
|
|
|
| 14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 15 |
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
| 16 |
<style>
|
| 17 |
+
|
| 18 |
|
| 19 |
/* βββ RESET βββββββββββββββββββββββββββββββββββββββββ */
|
| 20 |
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
|