2021-03-10 19:01:44 +00:00
|
|
|
body {
|
|
|
|
text-align: center;
|
2021-03-11 23:56:57 +00:00
|
|
|
}
|
2021-03-10 19:01:44 +00:00
|
|
|
|
2021-03-11 23:56:57 +00:00
|
|
|
h1 {
|
2021-03-10 19:01:44 +00:00
|
|
|
font-family: "Helvetica ", sans-serif;
|
2021-03-14 04:11:05 +00:00
|
|
|
font-size: 3.5rem;
|
2021-03-10 19:01:44 +00:00
|
|
|
color: rgb(45, 43, 170);
|
2021-03-14 04:11:05 +00:00
|
|
|
padding: 5%;
|
2021-03-10 19:01:44 +00:00
|
|
|
}
|
2021-03-13 00:14:10 +00:00
|
|
|
h2{
|
|
|
|
font-size: 2rem;
|
2021-03-14 04:11:05 +00:00
|
|
|
padding: 1%;
|
|
|
|
}
|
|
|
|
h3{
|
|
|
|
font-size: 1.5rem;
|
|
|
|
padding: 1.5%;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: normal;
|
2021-03-13 00:14:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
font-size : 1rem;
|
|
|
|
}
|
2021-03-10 19:01:44 +00:00
|
|
|
|
2021-03-14 04:11:05 +00:00
|
|
|
hr{
|
|
|
|
border: dotted #FFD591 6px;
|
|
|
|
border-bottom: none;
|
|
|
|
width: 70%;
|
2021-03-10 19:01:44 +00:00
|
|
|
}
|
|
|
|
|
2021-03-13 00:14:10 +00:00
|
|
|
/* Form Section */
|
|
|
|
#form {
|
2021-03-14 04:11:05 +00:00
|
|
|
padding: 7% 15%;
|
2021-03-13 00:14:10 +00:00
|
|
|
text-align: center;
|
2021-03-14 04:11:05 +00:00
|
|
|
background-image: url('images/bg3.jpg');
|
2021-03-13 00:14:10 +00:00
|
|
|
}
|
2021-03-13 08:16:43 +00:00
|
|
|
.surveryForm {
|
|
|
|
/* #DDDDDD; */
|
2021-03-13 14:29:22 +00:00
|
|
|
background-color: #fafafa;
|
2021-03-14 04:11:05 +00:00
|
|
|
border-radius: 2rem;
|
|
|
|
border: #5B6D5B solid 2rem;
|
2021-03-13 08:16:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.surveyIntro{
|
|
|
|
padding : 5%;
|
|
|
|
}
|
2021-03-14 04:11:05 +00:00
|
|
|
.carouselSection {
|
|
|
|
margin: 2% 8%;
|
2021-03-13 00:14:10 +00:00
|
|
|
}
|
|
|
|
|
2021-03-14 04:11:05 +00:00
|
|
|
.headerImg1{
|
|
|
|
width: 30%;
|
2021-03-13 08:16:43 +00:00
|
|
|
}
|
|
|
|
|
2021-03-14 04:11:05 +00:00
|
|
|
.headerImg2{
|
|
|
|
width: 60%;
|
2021-03-13 08:16:43 +00:00
|
|
|
}
|
|
|
|
|
2021-03-14 04:11:05 +00:00
|
|
|
.userInfo{
|
|
|
|
margin: 2.5%;
|
2021-03-13 08:16:43 +00:00
|
|
|
}
|
|
|
|
|
2021-03-14 04:11:05 +00:00
|
|
|
.userLabel{
|
|
|
|
margin: 3% 20%;
|
|
|
|
text-align: left;
|
2021-03-13 00:14:10 +00:00
|
|
|
}
|
|
|
|
|
2021-03-13 14:29:22 +00:00
|
|
|
|
|
|
|
.carousel-control-prev-icon,
|
|
|
|
.carousel-control-next-icon {
|
|
|
|
height: 100px;
|
|
|
|
width: 100px;
|
|
|
|
outline: black;
|
|
|
|
background-size: 100%, 100%;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel-control-next-icon:after
|
|
|
|
{
|
|
|
|
content: '>';
|
|
|
|
font-size: 55px;
|
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel-control-prev-icon:after {
|
|
|
|
content: '<';
|
|
|
|
font-size: 55px;
|
|
|
|
color: rgb(0, 0, 0);
|
2021-03-14 04:11:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentBox{
|
|
|
|
margin: 4% 15%;
|
|
|
|
}
|
|
|
|
.questions{
|
|
|
|
margin: 5% 7%;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 10%;
|
|
|
|
padding-right: 4%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btnClass {
|
|
|
|
text-align: center;
|
|
|
|
margin: 4%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
background-color: rgb(87, 139, 216);
|
|
|
|
border-color: transparent;
|
|
|
|
margin: 0 auto;
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
background-color: rgb(103, 163, 253);
|
|
|
|
color: #ffffff;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Footer section */
|
|
|
|
#footer {
|
|
|
|
padding: 3% 4%;
|
|
|
|
background-color: #ffd591;
|
|
|
|
text-align: center;
|
|
|
|
}
|