-
Notifications
You must be signed in to change notification settings - Fork 2
/
demo.css
62 lines (51 loc) · 763 Bytes
/
demo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
body {
padding: 50px;
}
h1 a {
font-size: 32px;
color: #777;
}
fieldset {
padding: 30px;
margin-bottom: 15px;
-webkit-box-shadow: 5px 5px 20px #888;
}
label {
font-size: 24px;
display: block;
width: 460px;
position: relative;
margin-bottom: 20px;
height: 2em;
}
label span {
position: absolute;
top: 0.37em;
left: 0.3em;
padding: 0.2em;
padding-left: 0.3em;
width: 5.8em;
font-size: 0.7em;
border-right: 1px solid #555;
color: #555;
}
input,
select {
font-size: 1em;
color: #222;
}
label input {
width: 20em;
position: absolute;
padding-left: 5.2em;
top: 0;
left: 0;
}
label textarea {
vertical-align: top;
padding-left: 10.5em;
padding-top: 0.2em;
}
label.notes span {
height: 2.5em;
}