Survey FORM Certificate

Survey Form: Build a Survey Form

freeCodeCamp Survey Form

Thank you for taking the time to help us to improve the platform

Name Email Age (optional) Which option best describes your current role? Would you recommend camp to a friend? Definitely Maybe Not-sure What is your favourite feature of freeCodeCamp? What would you like to see improved? (Check all that apply) Front-end Projects Back-end Projects Data Visualization Challenges Open Source Community Gitter help rooms Video City Meetups Wiki Forum Additional Courses Any comments or suggestions? Submit

STYLES
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background-color: rgb(51, 51, 122);
font-family: Tahoma;
font-size: 17px;
padding: 1rem 3rem;
display: flex;
flex-direction: column;
justify-content: center;

}
::placeholder,
option,
select {
font-size: 17px;
color: rgb(107, 125, 138);
}
h3,
p {
color: #e5e5e7;
line-height: 3rem;
text-align: center;
}
h3 {
margin-top: 3rem;
font-size: 37px;
font-weight: 500;
}
p {
margin-bottom: 1rem;
font-size: 19px;
font-weight: 100;
padding: 0 1.5rem;
}
form {
background-color: #1b1b32;
border-radius: 1rem;
padding: 2.5em;
min-width: 228px;
max-width: 900px;
margin: 0 auto;
color: #e5e5e7;
line-height: 2.3reem;
}
fieldset {
border: none;
}
label, legend {
display: block;
margin: 0.5rem 0;
font-size: 19px;
}
input.inlinee {
width: 25px;
height: 27px;
}
.inlinee {
width: unset;
/* padding: 1rem; /
/
height: ; /
margin: 0 0.5em 0 0;
vertical-align: middle;
}
input,
textarea, select {
margin: 10px 0 0 0;
padding-left: .5rem;
width: 100%;
border-radius: 3px;
min-height: 1em;
font-size: 17px;
}
.initial {
min-height: 2.2em;
}
input, textarea {
background-color: #f3f3f5;
border: 1px solid #e5e5e7;
/
color: #fffff; */
}
textarea {
min-height: 8rem;
}
button {
min-width: 29rem;
width: 30rem;
height: 3rem;
background-color: rgb(34, 146, 34);
border-radius: .5rem;
}
a {
font-size: 19px;
text-decoration: none;
color: aliceblue;
}

hi there, welcome to the forum.
Did you have a specific question for us?

1 Like