-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
117 lines (116 loc) · 2.55 KB
/
style.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.container{
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
z-index: -1;
background: var(--color-darkblue);
background-image: linear-gradient( 115deg, rgba(58, 58, 158, 0.8), rgba(136, 136, 206, 0.7) ), url(https://cdn.freecodecamp.org/testable-projects-fcc/images/survey-form-background.jpeg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
box-sizing: border-box;
background-attachment: fixed;
}
#survey-form{
width: 70%;
margin-left: 14%;
--color-darkblue:10%;
margin-right: #1b1b32;
--color-darkblue-alpha: rgba(27, 27, 50, 0.8);
background: var(--color-darkblue-alpha);
padding: 2.5rem 0.625rem;
border-radius: 0.25rem;
}
#title{
color: white;
text-align: center;
align-items: center;
z-index: 11;
font-size: 30px;
font-weight: bolder;
font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode',
}
#description{
text-align: center;
font-style: italic;
color: white;
font-weight: 200;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.form-control{
width: 85%;
padding: 10px 10px;
margin-left: 45px;
margin-right: 45px;
margin-top: 10px;
border-radius: 5px;
border: white solid;
}
.font-weight-bold{
color: white;
margin-left: 45px;
margin-bottom: 10px;
margin-top: 2em;
font-weight: medium;
font-size: bold;
font-family: 18px 'Poppins', sans-serif;
}
#dropdown{
width: 46em;
padding: 10px 10px;
margin-left: 45px;
margin-right: 45px;
margin-top: 10px;
border-radius: 5px;
border: white solid;
}
p{
padding: 10px 10px;
margin-left: 40px;
margin-right: 45px;
margin-top: 10px;
color: white;
}
label{
color: white;
margin-left: 45px;
margin-right: 45px;
margin-top: 10px;
}
input{
margin-left: 42px;
}
#move{
margin-left: -3px;
}
input .options{
font-weight: bold;
font-size: 5em;
}
#input-textarea {
min-height: 120px;
width: 85%;
margin-left: 45px;
margin-right: 45px;
margin-top: 10px;
resize: vertical;
font: 400 13.3333px Arial;
border-width: 1px;
border-style: solid;
border-color: rgb(169, 169, 169);
border-image: initial;
}
.bot{
display: block;
width: 85%;
padding: 15px 15px;
margin-left: 45px;
margin-right: 45px;
margin-top: 10px;
background: #37af65;
border-radius: 3px;
border: none;
color: white;
font: 18px;
}