From 31fb10f393fbfd4d7adf528ec70624d2b8d247a8 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Thu, 20 Feb 2014 12:50:15 +0800 Subject: Six Blocks Version --- Blocks/time/style.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Blocks/time/style.css (limited to 'Blocks/time/style.css') diff --git a/Blocks/time/style.css b/Blocks/time/style.css new file mode 100644 index 0000000..e51a68a --- /dev/null +++ b/Blocks/time/style.css @@ -0,0 +1,33 @@ +#main{ + margin:auto; + width:460px; + height:520px; + border: 5px solid gray; + background-color:black; + color:#303030; + padding:20px; + font-family:"Arial","Sans"; + text-transform:uppercase; +} + +.row>div{ + display:inline-block; + margin: 10px 20px; + font-size:40px; + text-align:center; +} + +.row>div:first-child{ + float:left; + text-align:left; +} + +.row>div:last-child{ + float:right; + text-align:right; +} + +.on{ + color:white; +} + -- cgit v1.2.3