Spaces:
Runtime error
Runtime error
Add CSS reset comment in index.html
Browse filesAdded a comment to reset CSS styles.
- 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;
|