From 5b0caf46c815a61bb2e6f02334264f9afc8a66f6 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 7 May 2020 11:52:55 +0200 Subject: ajout fenetre flottante index.py --- www/html/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'www/html/style.css') diff --git a/www/html/style.css b/www/html/style.css index 45ce811..a826da5 100755 --- a/www/html/style.css +++ b/www/html/style.css @@ -19,7 +19,7 @@ a { text-decoration: none; } - a:hover { +a:hover { color: red; } @@ -27,3 +27,13 @@ table,th,td { border: 2px solid red; text-align: center; } + +#tip { + color: #6666ff; + position: fixed; + bottom: 10px; + right: 50px; + border: solid #6666ff; + padding:10px; + background-color: black; +} -- cgit v1.2.3