Dhurgh commited on
Commit
f26a869
·
unverified ·
1 Parent(s): fbc078f

Add CSS reset comment in index.html

Browse files

Added a comment to reset CSS styles.

Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -7,6 +7,7 @@
7
  <link rel="icon" type="image/png" href="images/logo.png">
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
 
10
  * {
11
  margin: 0;
12
  padding: 0;
 
7
  <link rel="icon" type="image/png" href="images/logo.png">
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
10
+ /* I'm resetting everything here so I don't have to fight the browser's default margins */
11
  * {
12
  margin: 0;
13
  padding: 0;