diff options
| author | Yuval Adam <_@yuv.al> | 2021-10-05 00:31:38 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-10-05 00:31:38 +0300 |
| commit | ed58f319d045f09948a989734ef943ceb11865da (patch) | |
| tree | 7bfac57e1265a0f7043b614f11c062787ded941e | |
| parent | 804af9889936bfceede30228a86ec3f1a9097683 (diff) | |
Smaller footer
| -rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -38,6 +38,10 @@ #ut { color: salmon; } + + .footer { + font-size: 0.9em; + } </style> <script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script> @@ -49,7 +53,7 @@ <h1>Facebook Downtime</h1> <p>Congratulations Facebook, you broke the internet.</p> <h2>2021 yearly uptime is <span id="ut">99.99%</span></h2> - <p>Created by <a href="https://yuv.al">Yuval Adam</a>. Source code on <a + <p class="footer">Created by <a href="https://yuv.al">Yuval Adam</a>. Source code on <a href="https://github.com/yuvadm/fbdowntime.com">Github</a>.</p> </div> <script type="text/javascript"> |
