diff --git a/timer.css b/timer.css index 5fd5e15..a4c149e 100644 --- a/timer.css +++ b/timer.css @@ -1,6 +1,6 @@ body {text-align: center;} h1 {font-size:100%;} -p {display:inline-block; margin-left:10%;} +p {display:inline-block; margin-left:10%; right:40;} button {text-align:center; left:40%; 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;}