From c452a73e104a25b368d738bbbc3f0246fc422417 Mon Sep 17 00:00:00 2001 From: Orest Karpiak Date: Tue, 29 Oct 2019 20:04:10 +0200 Subject: [PATCH 1/2] fix typos --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 73f9a16..a9bb7ec 100644 --- a/index.html +++ b/index.html @@ -11,17 +11,17 @@

Water (H2O) ∞ Steam (🔥)

- water image -

You must be shapeless, formless, like water

+ water image +

You must be shapeless, formless, like water

steam image

There is a force more powerful than steam and electricity: the will

-
+
From 5fa00f5f3cf808e840466c4a0a7aa80c84de2b60 Mon Sep 17 00:00:00 2001 From: Orest Karpiak Date: Tue, 29 Oct 2019 20:15:17 +0200 Subject: [PATCH 2/2] design improvements --- css/Style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/css/Style.css b/css/Style.css index 7aa4da0..1dfeaeb 100644 --- a/css/Style.css +++ b/css/Style.css @@ -60,11 +60,19 @@ img { height: 50px; padding: 20px; text-align: center; - background: #ddd; margin-top: 20px; + position:fixed; + bottom:10px; + left:0px; + background-image:radial-gradient(snow, transparent); + transition: 2s; + } + .footer:hover{ + text-shadow: 0px 0px 10px green; + transition:0.2s; } /* hiding audio, you can autoplay it */ .lvlUp { opacity: 0; - } \ No newline at end of file + }