aboutsummaryrefslogtreecommitdiff
path: root/www/html/style.css
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-07 11:52:55 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-07 11:52:55 +0200
commit5b0caf46c815a61bb2e6f02334264f9afc8a66f6 (patch)
tree6b528009b73a2ba913cc56b022d494923c108c51 /www/html/style.css
parentff54c8915dce54d5c4494c4b85270f45775bd4ee (diff)
ajout fenetre flottante index.py
Diffstat (limited to 'www/html/style.css')
-rwxr-xr-xwww/html/style.css12
1 files changed, 11 insertions, 1 deletions
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;
+}