diff --git a/index.html b/index.html index 83fca3a..f5a250c 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,12 @@ Hacktoberfest Contributors +
-

Hacktoberfest Contributors

+

Hacktoberfest Contributors

@@ -54,9 +55,9 @@

Contributors

- diff --git a/style.css b/style.css index 6c150ed..af3dac3 100644 --- a/style.css +++ b/style.css @@ -1,52 +1,3 @@ -/* Reset some default browser styles */ -body, -h1, -h2, -p { - margin: 0; - padding: 0; -} - -/* Basic styling for the header */ -header { - background-color: #333; - color: #fff; - padding: 20px; - text-align: center; -} - -/* Main content container */ -main { - max-width: 800px; - margin: 0 auto; - padding: 20px; -} - -/* Style sections */ -section { - margin-bottom: 20px; - border: 1px solid #ddd; - padding: 20px; - background-color: #f7f7f7; -} - -/* Style headings */ -h2 { - font-size: 1.5rem; - color: #333; - margin-bottom: 10px; -} - -/* Style paragraphs */ -p { - font-size: 1rem; - color: #555; -} - -/* Style the footer */ -footer { - background-color: #333; - color: #fff; - text-align: center; - padding: 10px; +body{ + background-color: aquamarine; } \ No newline at end of file