diff --git a/src/assets/link.png b/src/assets/link.png new file mode 100644 index 0000000..e4d2af4 Binary files /dev/null and b/src/assets/link.png differ diff --git a/src/assets/style.css b/src/assets/style.css index d755f78..582b2e2 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -18,7 +18,7 @@ body #img { animation: fade-in 1s forwards; } -body #content { +main { position: absolute; text-align: center; height: 100vh; @@ -27,16 +27,38 @@ body #content { place-items: center; } -body #content h1 { +main h1 { margin: 0; font-size: 5em; text-shadow: #fff 1px 0 10px; animation: park 1s forwards; } +#credits { + opacity: 0; + position: absolute; + z-index: 1000; + bottom: 0; + left: 0; + margin: 1rem; + + padding: 1rem; + background: #00000099; + border-radius: 1rem; + + display: flex; + align-items: center; + gap: 1rem; + + transition: opacity .2s ease-in-out; +} + a[href] { color: #fff; transition: color .1s ease-in-out; +} + +.fade-in { animation: fade-in 1s forwards; } diff --git a/src/index.html b/src/index.html index 026f12f..6b0c8fb 100644 --- a/src/index.html +++ b/src/index.html @@ -6,16 +6,41 @@ - stewie -
+ stewie +

This domain is parked!

- Contact + Contact +
+
+
+ link icon +
+ title + link