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

95 lines
1.3 KiB
CSS
Raw Normal View History

2021-01-28 00:36:30 +00:00
body {
background-color: #66BFBF;
text-align: center;
background-image: url("images/bg3.jpg");
}
h1{
font-family: "Helvetica ", sans-serif;
font-size: 40px;
color: rgb(45, 43, 170);
}
2021-01-28 01:07:42 +00:00
.browser{
padding-left: 10px;
}
.texto{
padding-left: 35px;
}
2021-01-28 00:36:30 +00:00
.survey_body{
background-color: #ffffff;
margin: 20px;
padding-top: 40px;
padding-bottom: 40px;
}
.form-control{
padding-right: 43%;
text-align: right;
margin: 10px 0px;
font-size: 20px;
}
.texto{
text-align: center;
}
2021-01-28 01:07:42 +00:00
.two{
2021-01-28 00:36:30 +00:00
text-align: center;
font-size: 20px;
padding-left: 10px;
}
.box{
text-align: center;
font-size: 20px;
2021-01-28 01:07:42 +00:00
padding-bottom: 30px;
2021-01-28 00:36:30 +00:00
}
.btn-control{
padding-bottom: 20px;
padding-left: 41%;
text-align: left;
font-size: 20px;
}
.questions{
padding-top: 20px;
}
.fb{
width: 10%;
height:auto;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
2021-01-28 00:46:09 +00:00
height: 40px;
2021-01-28 00:36:30 +00:00
background-color: rgb(87, 139, 216);
color: rgb(255, 255, 255);
text-align: center;
}
2021-01-28 01:07:42 +00:00
.button {
background-color: rgb(87, 139, 216);
border-color: transparent;
color: #ffffff;
font-size: 20px;
}
.button:hover {
background-color: rgb(103, 163, 253);
color: #ffffff;
border-color: transparent;
}