File tree 2 files changed +36
-4
lines changed
2 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 7
7
background-color : # eee ;
8
8
font-family : Arial, sans-serif;
9
9
}
10
-
10
+ h1 {
11
+ margin-top : 0 ;
12
+ }
13
+ input [type = "text" ], textarea
14
+ {
15
+ font-size : 16px ;
16
+ width : 100% ;
17
+ }
18
+ input [type = "submit" ] {
19
+ margin-top : 20px ;
20
+ background-color : # efe ;
21
+ border : 1px solid # ccc ;
22
+ padding : 10px ;
23
+ font-weight : bold;
24
+ font-size : 16px ;
25
+ cursor : pointer
26
+ }
11
27
# content {
12
- width : 550 px ;
28
+ width : 600 px ;
13
29
margin : 100px auto;
14
30
background-color : # fff ;
15
31
border : 1px solid # ccc ;
Original file line number Diff line number Diff line change 7
7
background-color : # eee ;
8
8
font-family : Arial, sans-serif;
9
9
}
10
-
10
+ h1 {
11
+ margin-top : 0 ;
12
+ }
13
+ input [type = "text" ], textarea
14
+ {
15
+ font-size : 16px ;
16
+ width : 100% ;
17
+ }
18
+ input [type = "submit" ] {
19
+ margin-top : 20px ;
20
+ background-color : # efe ;
21
+ border : 1px solid # ccc ;
22
+ padding : 10px ;
23
+ font-weight : bold;
24
+ font-size : 16px ;
25
+ cursor : pointer
26
+ }
11
27
# content {
12
- width : 550 px ;
28
+ width : 600 px ;
13
29
margin : 100px auto;
14
30
background-color : # fff ;
15
31
border : 1px solid # ccc ;
You can’t perform that action at this time.
0 commit comments