From a5bc7aa76c51f14b9d8a95d2f4a668fc775a2a9a Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 11 Nov 2016 05:50:16 -0800 Subject: [PATCH] Tweak CSS --- styles.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/styles.css b/styles.css index 804d727..69ce9dc 100644 --- a/styles.css +++ b/styles.css @@ -5,29 +5,31 @@ .button { background-color: gray; - color: white; border-radius: 15px; + color: white; + cursor: pointer; + font-size: 2em; + font-weight: bold; + margin: 90px 40px; padding: 20px; text-align: center; - margin: 90px 40px; - cursor: pointer; } #traffic-light { - height: 550px; - width: 200px; - float: left; background-color: #ababab; border-radius: 40px; + float: left; margin: 30px 0; + height: 550px; padding: 20px; + width: 200px; } .bulb { - height: 150px; - width: 150px; background-color: #111; border-radius: 50%; margin: 25px auto; - transition: background 500ms; -} \ No newline at end of file + height: 150px; + transition: background 300ms; + width: 150px; +}