form.html
body{
background-color: lightsteelblue;
color:white;
display: flex;
flex-direction: column;
}
div{
margin-top: 30px;
}
textarea{
width:80%;
margin-left:auto ;
margin-right:auto ;
margin-top: 20px;
height: 100px;
}
#title{
font-size:38px;
text-align: center;
font-weight: 800;
}
#description{
font-size: 20px;
font-weight: 200;
text-align: center;
}
#survey-form{
background-color: darkslateblue;
font-size: 25px;
font-weight: 200;
width: 50%;
height: auto;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
border-radius: 1%;
}
select{
width: 60%;
height: 40px;
font-size: 25px;
font-weight: 200;
}
.text {
margin-left: 0px;
margin-bottom: 20px;
margin-top: 10px;
width: 70%;
height: 40px;
}
#submit{
width:80%;
background-color: limegreen;
color: antiquewhite;
height: 50px;
margin: 50px;
margin-left: auto;
margin-right: auto;
}
Survey_Form_style.css
<!DOCT