-
Notifications
You must be signed in to change notification settings - Fork 0
/
surveystyle.css
83 lines (51 loc) · 818 Bytes
/
surveystyle.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
body{
background-color: aqua;
font-family: Rubik, Arial;
}
#title{
height: 2%;
text-align: center;
}
#description{
background-color: ghostwhite;
margin-left: 15%;
margin-right: 15%;
padding-left: 18%;
height: 100%;
}
#survey-form{
background-color: ghostwhite;
margin-left: 15%;
margin-right: 15%;
padding-left: 18%;
height: 100%;
}
#blue-col{
background-color: ghostwhite;
margin-left: 15%;
margin-right: 15%;
padding-left: auto;
padding-right: auto;
height: 100%;
}
#name{
margin-right: 10%;
}
#email{
margin-right: 10.6%;
}
#number{
margin-right: 13%;
}
#name-label{
}
#email-label{
}
#number-label{
}
#dropdown{
}
.submit{
background-color: lightblue;
color: aliceblue;
}