diff options
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -22,6 +22,10 @@ align-items: center; } + .container { + text-align: center; + } + h1 { display: block; } @@ -37,6 +41,7 @@ #ut { color: salmon; + display: block; } .footer { @@ -49,7 +54,7 @@ </head> <body> - <div> + <div class="container"> <h1>Facebook Downtime Counter</h1> <p>Congratulations Facebook, you broke the internet.</p> <h2>2021 yearly uptime is <span id="ut">99.99%</span></h2> |
