File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change 1
1
2
+ .group : after {
3
+ content : "" ;
4
+ display : table;
5
+ clear : both;
6
+ }
2
7
/* Border-box */
3
8
html {
4
- box-sizing : border-box;
9
+ box-sizing : border-box;
5
10
font-family : 'Roboto' , 'Sans-Serif' ;
6
11
font-weight : 300 ;
7
12
}
@@ -11,12 +16,11 @@ box-sizing: border-box;
11
16
/* key board CSS */
12
17
* {
13
18
margin : 0 ;
14
- padding : 0 ;
19
+ padding : 0 ;
15
20
}
16
21
body {
17
- font : 71% / 1.5 ;
18
22
font-weight : 300 ;
19
- background : # eee ;
23
+ background : # fff ;
20
24
}
21
25
22
26
@@ -25,14 +29,22 @@ body {
25
29
width : 688px ;
26
30
box-sizing : border-box;
27
31
}
32
+
33
+ .box {
34
+ width : 360px ;
35
+ margin : 0 auto;
36
+ border : 2px solid gray;
37
+ }
38
+
39
+
28
40
# write {
29
41
margin : 0 0 5px ;
30
42
padding : 5px ;
31
43
width : 671px ;
32
44
height : 200px ;
33
45
font : 1 em/1.5;
34
46
background : # fff ;
35
- border : 1px solid # f9f9f9 ;
47
+ border : 1px solid # fff ;
36
48
-moz-border-radius : 5px ;
37
49
-webkit-border-radius : 5px ;
38
50
}
49
61
line-height : 40px ;
50
62
text-align : center;
51
63
background : # fff ;
52
- border : 1px solid # f9f9f9 ;
64
+ border : 1px solid red ;
53
65
-moz-border-radius : 5px ;
54
66
-webkit-border-radius : 5px ;
55
67
}
@@ -85,13 +97,6 @@ body {
85
97
.on {
86
98
display : none;
87
99
}
88
- # keyboard li : hover {
89
- position : relative;
90
- top : 1px ;
91
- left : 1px ;
92
- border-color : # e5e5e5 ;
93
- cursor : pointer;
94
- }
95
100
96
101
# keyboard .down {
97
102
position : relative;
@@ -103,3 +108,5 @@ body {
103
108
}
104
109
105
110
111
+
112
+
You can’t perform that action at this time.
0 commit comments