diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:27:30 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:27:30 +0000 |
commit | 343fe9c6656bdc3eb5199252273a3a71f2c9558f (patch) | |
tree | 40c248a9baa61af5d2f95669b3c0388308a14a39 /wk8 | |
parent | 2bda287aabe168e6667dcf4f655815925a3c9432 (diff) |
Fri, Jul 5, 2024, 3:27 AM -07:00
Diffstat (limited to 'wk8')
-rw-r--r-- | wk8/pset/homepage/index.html | 6 | ||||
-rw-r--r-- | wk8/pset/homepage/styles.css | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 4007376..f0ff2c4 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -16,8 +16,10 @@ </script> </head> <body> - <div class="spinner-border" role="status" id="spinner"> - <span class="visually-hidden">Loading...</span> + <div class="centered"> + <div class="spinner-border" role="status" id="spinner"> + <span class="visually-hidden">Loading...</span> + </div> </div> <div id="container"> <div class="topbar"></div> diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index fc093ce..7301f44 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -18,6 +18,10 @@ --arrows:url('/arrow.png'); } +.centered { + text-align: center; +} + html, body { margin: 0; |