diff options
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{ |
