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