Questionnaire-of-the-Facebo.../public/styles.css

130 lines
1.8 KiB
CSS
Raw Normal View History

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
}
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;
}
p{
font-size : 1rem;
}
2021-03-10 19:01:44 +00:00
2021-03-14 04:11:05 +00:00
hr{
2021-03-14 05:32:07 +00:00
border: dotted #276678 6px;
2021-03-14 04:11:05 +00:00
border-bottom: none;
width: 70%;
2021-03-10 19:01:44 +00:00
}
/* Form Section */
#form {
2021-03-14 04:11:05 +00:00
padding: 7% 15%;
text-align: center;
2021-03-14 05:32:07 +00:00
background-image: url('images/bg4.jpg');
}
.surveryForm {
/* #DDDDDD; */
2021-03-13 14:29:22 +00:00
background-color: #fafafa;
2021-03-14 04:11:05 +00:00
border-radius: 2rem;
2021-03-14 05:32:07 +00:00
border: #d3e0ea solid 2rem;
}
.surveyIntro{
padding : 5%;
}
2021-03-14 04:11:05 +00:00
.carouselSection {
margin: 2% 8%;
}
2021-03-14 04:11:05 +00:00
.headerImg1{
width: 30%;
}
2021-03-14 04:11:05 +00:00
.headerImg2{
width: 60%;
}
2021-03-14 04:11:05 +00:00
.userInfo{
margin: 2.5%;
}
2021-03-14 04:11:05 +00:00
.userLabel{
margin: 3% 20%;
text-align: left;
}
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%;
2021-03-14 05:32:07 +00:00
background-color: #d3e0ea;
color: #276678;
font-weight: bold;
2021-03-14 04:11:05 +00:00
text-align: center;
}