diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-07-03 16:27:05 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-07-03 16:27:05 +0200 |
| commit | de66f21bc991b5eb5dc90296431901bae95de1fc (patch) | |
| tree | 090a22ee28597ab8f5c51824af51b4a9bbaeadd7 /style.css | |
| parent | 8809417987d66220d39d7eda88a4961f9fad0be5 (diff) | |
fix: index button borders, added dates.html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,7 +9,7 @@ body{ body.index{ height: 97vh; - text-shadow: 0 0 8px white; + text-shadow: 1px 1px 8px white, -1px -1px 8px white, -1px 1px 8px white, 1px -1px 8px white; font-family: serif; } @@ -24,8 +24,11 @@ body.index{ .button{ padding: 5px; + margin-right: auto; + margin-left: auto; + border: 3px inset #00000000; transition-property: border; - transition-duration: 1s; + transition-duration: 0.5s; } .button:hover{ |
