From dbcebe1def5c355120c61b575390d1d9ac355f67 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Sat, 19 Dec 2015 22:24:42 +0900 Subject: clear up --- Code/Blocks/time/style.css | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Code/Blocks/time/style.css (limited to 'Code/Blocks/time/style.css') diff --git a/Code/Blocks/time/style.css b/Code/Blocks/time/style.css deleted file mode 100644 index e51a68a..0000000 --- a/Code/Blocks/time/style.css +++ /dev/null @@ -1,33 +0,0 @@ -#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