aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2014-09-23 22:34:14 +0800
committerJinwei Zhao <[email protected]>2017-01-13 15:07:44 +0800
commitb214f38d2c24a890ce36512a0c8bab965e27a508 (patch)
tree1522b651444407cbf120798e79be4657f1b472ab /Code/Blocks/time/style.css
parente13882d1656b143533cec307a19425e0a56ec999 (diff)
downloadjinwei.me-b214f38d2c24a890ce36512a0c8bab965e27a508.tar.gz
README
Diffstat (limited to 'Code/Blocks/time/style.css')
-rw-r--r--Code/Blocks/time/style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/Code/Blocks/time/style.css b/Code/Blocks/time/style.css
new file mode 100644
index 0000000..e51a68a
--- /dev/null
+++ b/Code/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
Powered by cgit v1.2.3 (git 2.41.0)