summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 87833e7..aa67792 100644
--- a/index.html
+++ b/index.html
@@ -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>