diff --git a/index.html b/index.html index 4136a66..388e894 100644 --- a/index.html +++ b/index.html @@ -51,5 +51,9 @@

Quote from a Bot

+ + diff --git a/style.css b/style.css index c479f89..207beb8 100644 --- a/style.css +++ b/style.css @@ -53,4 +53,25 @@ main { .container { max-width: 540px; margin: 0 auto; +} + +.loading { + display: grid; + justify-content: center; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + align-items: center; + z-index: 999; + background-color: rgb(161 210 255 / 80%); +} + +.loading img { + max-width: 100px; +} + +.hidden { + display: none; } \ No newline at end of file