IKTprojektmunka/assets/css/fooldal.css
medvegergo 68ecf9f93c 22:03
2022-10-13 22:04:01 +02:00

128 lines
1.6 KiB
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #F2EDD7FF;
}
.home-nav {
background-color: #A07855FF !important;
}
.nav-shadow {
box-shadow: 0px 0px 5px 1px #A07855FF;
}
.fixing2{
width: 80%;
}
.hamb-btn {
margin-left: auto;
}
.list-adjust {
font-size: large;
}
.logo {
color: white !important;
text-decoration: none;
text-align: left !important;
}
.carousel-caption {
bottom: 3rem;
z-index: 10;
}
.fixing1{
display: flex;
justify-content: center;
}
.carousel-item {
height: 32rem;
}
.carousel-item>img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 40rem;
}
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
.featurette-divider {
margin: 5rem 0;
}
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
.centering {
text-align: center;
}
.small-img{
display: none;
}
.title-sett{
background-color: whitesmoke;
border-radius: 50px;
opacity: 0.9;
}
.title-hone{
color: #656565;
}
@media (min-width: 40em) {
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
@media screen and (max-width: 991px) {
.list-adjust {
text-align: center;
}
}