abinazebinoy commited on
Commit
bdcd00c
Β·
unverified Β·
1 Parent(s): 0933db5

Add CSS reset styles to index.html

Browse files
Files changed (1) hide show
  1. 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; }