diff options
author | Jinwei Zhao <[email protected]> | 2015-12-19 22:24:42 +0900 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | dbcebe1def5c355120c61b575390d1d9ac355f67 (patch) | |
tree | 70e61cc34a690c63ff80962e9ef883fe69dba6d3 /Code/Blocks/time/style.css | |
parent | 7e473afdca63f0ceed5d895c3be3b43f213ca136 (diff) | |
download | jinwei.me-dbcebe1def5c355120c61b575390d1d9ac355f67.tar.gz |
clear up
Diffstat (limited to 'Code/Blocks/time/style.css')
-rw-r--r-- | Code/Blocks/time/style.css | 33 |
1 files changed, 0 insertions, 33 deletions
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 @@ | |||
1 | #main{ | ||
2 | margin:auto; | ||
3 | width:460px; | ||
4 | height:520px; | ||
5 | border: 5px solid gray; | ||
6 | background-color:black; | ||
7 | color:#303030; | ||
8 | padding:20px; | ||
9 | font-family:"Arial","Sans"; | ||
10 | text-transform:uppercase; | ||
11 | } | ||
12 | |||
13 | .row>div{ | ||
14 | display:inline-block; | ||
15 | margin: 10px 20px; | ||
16 | font-size:40px; | ||
17 | text-align:center; | ||
18 | } | ||
19 | |||
20 | .row>div:first-child{ | ||
21 | float:left; | ||
22 | text-align:left; | ||
23 | } | ||
24 | |||
25 | .row>div:last-child{ | ||
26 | float:right; | ||
27 | text-align:right; | ||
28 | } | ||
29 | |||
30 | .on{ | ||
31 | color:white; | ||
32 | } | ||
33 | |||