diff --git a/css/style.css b/css/style.css index c0556a8..f1692ec 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,10 @@ +*{ +margin:0px; + padding:0px; + box-sizing:none; + +} + body { background-color: #000000; color: #FFFFFF; @@ -16,3 +23,11 @@ body { height: 100px; display: inline-block; } +.button:hover{ + word-spacing: 20px; + color:blue; + top:60%; + + + +}