diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index e7dfd8c..e787340 100644 --- a/www/index.html +++ b/www/index.html @@ -5,7 +5,9 @@ <link rel="stylesheet" href="css/styles.css"> </head> <body> - <header> <b> Welcome To The Mighty HTML Page </b> </header> + <header> + <div style="margin: 0 auto; width: fit-content;"> <b> Welcome To The Mighty HTML Page </b> </div> + </header> <div id="section-div"> <section style="padding-top: 10px"> <h1> What is this? </h1> @@ -35,7 +37,6 @@ </div> <footer> <p> Hehe <i>foot</i>er </p> - <p> P.S. CSS is a mess :< </p> </footer> </body> </html> |