diff --git a/timer.css b/timer.css index 3ae8de2..8959dc4 100644 --- a/timer.css +++ b/timer.css @@ -1,5 +1,6 @@ body {text-align: center;} h1 {font-size:100%;} +p {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;}