diff --git a/timer.css b/timer.css index eae697a..5f96e87 100644 --- a/timer.css +++ b/timer.css @@ -1,6 +1,6 @@ body {text-align: center;} h1 {font-size:100%;} -.message {display:inline-block; margin-left:10%; right:40%;} -button {text-align:center; left:40%; margin:10px; height:30px; font-size:150%; display:inline-block;} +.message {display:inline-block;} +button {text-align:center; margin:10px; height:30px; font-size:150%;} div p {color: #ffa500; font-weight:bold;} div {background-color: #ffffe0; border: black solid 3px; width:70%; height:20%; margin:0 auto;}