summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/style.css b/style.css
index 40c5808..988566b 100644
--- a/style.css
+++ b/style.css
@@ -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{