diff --git a/bokan.css b/bokan.css index c95cbbc..64f4328 100644 --- a/bokan.css +++ b/bokan.css @@ -1,4 +1,4 @@ body {background: yellow; text-align: center;} -div p {color: tomato; font-size:110%; font-weight: bold;} -div {border: black solid 2px; width: 20em; margin: 0 auto;} +div p {color: tomato; font-weight: bold;} +div {border: 2px black solid; width: 50%; margin: 0 auto;} #message {font-size: 200%;}