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

132 lines
2.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
2021-04-02 09:34:24 -04:00
.buttonka{
2021-04-01 22:12:46 -04:00
padding-top: 2px;
}
2021-04-02 09:34:24 -04:00
.prev-icon,
.next-icon {
height: 210px;
width: 100px;
outline: black;
background-size: 100%, 100%;
border-radius: 50%;
background-image: none;
text-shadow: 2px 2px 5px black;
}
.next-icon:after
{
content: '>';
font-size: 140px;
color: rgb(255, 255, 255);
text-shadow: 2px 2px 5px black;
}
.prev-icon:after {
content: '<';
font-size: 140px;
color: rgb(255, 255, 255);
text-shadow: 2px 2px 5px black;
}
ol.carousel-indicators {
position: absolute;
bottom: 5px;
margin: 0;
left: 0;
right: 0;
width: auto;
}
ol.carousel-indicators li,
ol.carousel-indicators li.active {
width: 1rem;
height: 1rem;
margin: 0;
border-radius: 50%;
border: 0;
background: transparent;
box-shadow: 0 0 1px 1px black;
}
ol.carousel-indicators li {
background: rgb(255, 255, 255);
margin-left: .5rem;
margin-right: .5rem;
box-shadow: 0 0 1px 1px black;
}
ol.carousel-indicators li.active {
background: #17a2b8;
box-shadow: 0 0 1px 1px black;
}