Kene-s-Cribs-Website/src/homePage/Homepage.css

76 lines
1.1 KiB
CSS
Raw Normal View History

2021-03-31 14:20:24 -04:00
.colored-section {
2021-03-31 18:22:50 -04:00
background-color: #e7dec8;
2021-03-31 14:20:24 -04:00
color: #000000;
white-space: nowrap;
}
.white-section {
background-color: #ffffff;
2021-04-01 21:09:49 -04:00
padding-top: 5rem;
padding-bottom: 5rem;
padding-left: 18%;
2021-03-31 14:20:24 -04:00
}
#title .container-fluid {
padding: 4% 34% 6%;
text-align: left;
font-family: "Georgia";
}
#features .container-fluid {
padding: 2% 48% 2%;
text-align: left;
font-family: "Georgia";
}
2021-03-31 14:20:24 -04:00
.housesIntro{
2021-04-01 21:09:49 -04:00
width: 1200px;
height: 800px;
2021-03-31 14:20:24 -04:00
}
.contactIntro{
padding-left: 30%;
padding-right: 30%;
padding-bottom: 80px;
}
.headerImg{
2021-04-01 21:09:49 -04:00
width: 1200px;
height: 800px;
2021-03-31 14:20:24 -04:00
}
.heading-1{
padding-left: 40%;
padding-top: 10%;
padding-bottom: 20px;
}
.formhelper{
padding-bottom: 15px;
}
.button-1 {
background-color: rgb(0, 0, 0);
border-color: transparent;
color: #ffffff;
font-size: 20px;
}
.button-1:hover {
background-color: rgb(92, 92, 92);
color: #ffffff;
border-color: transparent;
}
.buttonhelper {
padding-left: 45%;
padding-top: 15px;
2021-03-31 21:18:22 -04:00
}
2021-04-01 22:12:46 -04:00
.Buttonka{
padding-top: 2px;
padding-bottom: 6px;
}