-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassess.css
More file actions
37 lines (32 loc) · 794 Bytes
/
assess.css
File metadata and controls
37 lines (32 loc) · 794 Bytes
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
fieldset {
background: lightyellow;
border: 10px solid yellow;
margin-bottom: 10px;
width: 720px
}
.range1 {
width: 80px;
display: inline-block;
;
background: red;
text-align: center;
}
.range2 {
width: 80px;
display: inline-block;
;
background: purple;
text-align: center;
}
label {
width: 180px;
display: inline-block;
text-align: right;
text-align: top
}
label:hover {
font-size: 20px
}
input:hover {
font-size: 20px
}