diff options
author | JinweiClarkChao <[email protected]> | 2014-08-22 17:23:02 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:42 +0800 |
commit | 80255411ee7040e0cebbf6b05d2ce323f6f2596e (patch) | |
tree | 295b0ef6c85e7cb091b63719ab041596879690fa /Back/Blocks/time/style.css | |
parent | 13be3d058713e1467ffc573a90cc694b80526135 (diff) | |
download | jinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz |
backup
Diffstat (limited to 'Back/Blocks/time/style.css')
-rw-r--r-- | Back/Blocks/time/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Back/Blocks/time/style.css b/Back/Blocks/time/style.css new file mode 100644 index 0000000..e51a68a --- /dev/null +++ b/Back/Blocks/time/style.css | |||
@@ -0,0 +1,33 @@ | |||
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 | |||