summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/style.css b/style.css
index fbb1a1a..f489a85 100644
--- a/style.css
+++ b/style.css
@@ -16,24 +16,20 @@ body.index{
.content{
padding: 5px;
margin: auto;
- margin-left: 15%;
- margin-right: 15%;
+ margin-left: 10%;
+ margin-right: 10%;
border: 3px dotted #777777;
border-radius: 8px;
color: #ffffff;
}
.button{
- padding: 5px;
+ margin-top: 5px;
margin-right: auto;
margin-left: auto;
- border: 3px inset #00000000;
- transition-property: border;
- transition-duration: 0.5s;
}
.button:hover{
- border: 3px inset #888888;
}
ul{