diff options
| author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-07 11:52:55 +0200 |
|---|---|---|
| committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-07 11:52:55 +0200 |
| commit | 5b0caf46c815a61bb2e6f02334264f9afc8a66f6 (patch) | |
| tree | 6b528009b73a2ba913cc56b022d494923c108c51 /www/html/style.css | |
| parent | ff54c8915dce54d5c4494c4b85270f45775bd4ee (diff) | |
| download | ATS-5b0caf46c815a61bb2e6f02334264f9afc8a66f6.tar.gz ATS-5b0caf46c815a61bb2e6f02334264f9afc8a66f6.tar.bz2 ATS-5b0caf46c815a61bb2e6f02334264f9afc8a66f6.zip | |
ajout fenetre flottante index.py
Diffstat (limited to '')
| -rwxr-xr-x | www/html/style.css | 12 |
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; +} |
