diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f2a3448 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index a746a88..1f1f43b 100644 --- a/index.html +++ b/index.html @@ -11,19 +11,19 @@ - - -
-

- Ted Pier a.k.a. MiningTcup -

+ Lulu the dog +
+

+ Ted Pier +  a.k.a. MiningTcup + +

+

diff --git a/lulu.webp b/lulu.webp index 0004b01..51ab7c6 100644 Binary files a/lulu.webp and b/lulu.webp differ diff --git a/style.css b/style.css index 30bd627..9e92b73 100644 --- a/style.css +++ b/style.css @@ -89,17 +89,34 @@ p { } #title-1 { - background-image: url(lulu.webp); - background-size: 60%; - background-position: 100% 35%; color: light-dark(white, black); + overflow: hidden; + position: relative; } -#title-1 * { +#title-1 > .h1-container { margin: 0; padding: 16px; background: light-dark(black, whitesmoke); width: max-content; + height: max-content; + z-index: 1; + display: block; + position: relative; +} + +#title-1 > div > h1 { + margin: 0; +} + +#title-1 > img { + position: absolute; + top: 0; + bottom: 0; + right: 0; + z-index: 0; + display: block; + height: 100%; } .disabled { @@ -112,6 +129,7 @@ body { position: relative; background: light-dark(whitesmoke, black); color: light-dark(black, whitesmoke); + display: block; } #click-to-reveal-prompt {