IKTprojektmunka/assets/css/fooldal.css

272 lines
3.5 KiB
CSS
Raw Permalink Normal View History

2022-10-13 17:33:56 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
2022-10-13 20:04:01 +00:00
body {
background-color: #F2EDD7FF;
}
2022-10-13 21:58:49 +00:00
.rolunkdiv{
text-align: center;
margin-left: 10%;
margin-right: 10%;
margin-top: 5%;
}
2022-10-13 20:04:01 +00:00
.home-nav {
2022-10-13 18:26:31 +00:00
background-color: #A07855FF !important;
2022-10-13 17:33:56 +00:00
}
2022-10-13 21:58:49 +00:00
.nav-shadow{
2022-10-13 20:04:01 +00:00
box-shadow: 0px 0px 5px 1px #A07855FF;
}
.fixing2{
width: 80%;
2022-10-13 21:58:49 +00:00
border: solid 2px #A07855FF;
box-shadow: 0px 0px 6px 1px #A07855FF;
2022-10-13 20:04:01 +00:00
}
.hamb-btn {
2022-10-13 18:26:31 +00:00
margin-left: auto;
}
2022-10-13 20:04:01 +00:00
.list-adjust {
2022-10-13 18:26:31 +00:00
font-size: large;
}
2022-10-13 20:04:01 +00:00
.logo {
2022-10-13 18:26:31 +00:00
color: white !important;
text-decoration: none;
text-align: left !important;
2022-10-13 20:04:01 +00:00
}
.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 {
2022-10-13 21:58:49 +00:00
text-align: left;
2022-10-13 20:04:01 +00:00
}
.small-img{
display: none;
}
.title-sett{
background-color: whitesmoke;
border-radius: 50px;
opacity: 0.9;
}
.title-hone{
color: #656565;
}
2022-10-13 21:58:49 +00:00
.rendelesBTN{
animation: shake 2s infinite;
border: none;
border-radius: 25px;
background-color: #818F78;
width: 10rem;
height: 3rem;
font-size: xx-large;
margin-bottom: 3rem;
}
.xd{
text-decoration: none;
color: white !important;
}
.kijel{
color: white;
text-decoration: none;
}
.flexing{
width: 100%;
}
.mainweb{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
margin-top: 5%;
place-items: center;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.kakaos{
text-align: center;
padding: 3rem;
}
.kakaospng{
width: 100%;
padding: 3rem;
}
.virslis{
text-align: center;
padding: 3rem;
}
.virslispng{
width: 100%;
padding: 3rem;
}
.sajtospogi{
text-align: center;
padding: 3rem;
}
.sajtospogipng{
width: 100%;
padding: 3rem;
}
.papucs{
text-align: center;
padding: 3rem;
}
.papucspng{
width: 100%;
padding: 3rem;
}
.pizzas{
text-align: center;
padding: 3rem;
}
.pizzaspng{
width: 90%;
padding: 3rem;
}
.kenyerlangos{
text-align: center;
padding: 3rem;
}
.kenyerlangospng{
width: 100%;
padding: 3rem;
}
.vaniliascsiga{
text-align: center;
padding: 3rem;
}
.vaniliaspng{
width: 100%;
padding: 3rem;
}
.hase{
text-align: center;
padding: 3rem;
}
.hasepng{
width: 100%;
padding: 3rem;
}
.mainweb>img{
display: block;
margin-left: auto;
margin-right: auto;
}
@keyframes shake {
10% { transform: scale(1.05) rotate(5deg);}
20% { transform: scale(1.05) rotate(-5deg);}
30% { transform: scale(1.05) rotate(5deg);}
40% { transform: none}
}
2022-10-13 20:04:01 +00:00
@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;
}
}
2022-10-13 18:26:31 +00:00
2022-10-13 20:04:01 +00:00
@media screen and (max-width: 991px) {
.list-adjust {
2022-10-13 18:26:31 +00:00
text-align: center;
2022-10-13 20:04:01 +00:00
}
2022-10-13 21:58:49 +00:00
}
@media screen and (max-width: 1100px) {
.mainweb {
grid-template-columns: 1fr;
}
2022-10-13 17:33:56 +00:00
}