50 lines
942 B
CSS
50 lines
942 B
CSS
main{
|
|
background-color: bisque;
|
|
}
|
|
.offer{
|
|
background-color: #ffffff;
|
|
}
|
|
.time{
|
|
font-size: 14px;
|
|
}
|
|
p{
|
|
font-size: 16px;
|
|
font-family: Inter;
|
|
}
|
|
.allRegistration{
|
|
background-image: url("/BakcgroundRegistration.png");
|
|
background-size: cover;
|
|
}
|
|
.allAboutUs{
|
|
background-image: url("/BackgroundAboutUs.png");
|
|
background-size: cover;
|
|
}
|
|
.allOurContacts{
|
|
background-image: url("/BackgroundOurContacts.png");
|
|
background-size: cover;
|
|
}
|
|
@media (max-width: 768px){
|
|
.allAboutUs{
|
|
background-image: none;
|
|
background-color: #ffffff;
|
|
}
|
|
.allOurContacts{
|
|
background-image: none;
|
|
background-color: #ffffff;
|
|
}
|
|
.allRegistration{
|
|
background-image: none;
|
|
background-color: #ffffff;
|
|
}
|
|
.allAdmin{
|
|
background-image: none;
|
|
background-color: #ffffff;
|
|
}
|
|
}
|
|
.Menu{
|
|
width: 250px;
|
|
height: 220px;
|
|
}
|
|
#image-preview{
|
|
width: 200px;
|
|
} |