diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-07-31 14:10:41 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-07-31 14:10:41 +0200 |
| commit | c0a2450b43156b7e03f26de42159c47428808e90 (patch) | |
| tree | 15c58530394fbeaed05984a4b84d7298fbfb7224 /style.css | |
| parent | e65183f0106c51834c3fd96f6a03a78953582147 (diff) | |
minor: minor visual changes
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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{ |
