From d0474cc7dec9919ac79e0e4e3af14c75183cd638 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 22 Jul 2014 09:44:32 +0200 Subject: info box --- index.html | 5 +++++ style.css | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 37f95ee..7b8877e 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,11 @@ +
+

Howellki

+ Obsługa: wybierz rotację z menu po prawej stronie.
+ Autor: MKL +


diff --git a/style.css b/style.css index 8903cf2..ae4323e 100644 --- a/style.css +++ b/style.css @@ -79,7 +79,7 @@ table.summary th { color: white; font-weight: normal; text-shadow: - -1px -1px 0 black, + -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; @@ -126,3 +126,11 @@ table.summary td { text-align: center; border: solid 1px black; } + +.info { + position: fixed; + bottom: 0; + right: 0; + width: 250px; + height: 150px; +} -- cgit v1.2.3