This commit is contained in:
2024-06-05 16:57:33 +02:00
parent 84194c85fe
commit cadbb9b457
28 changed files with 1332 additions and 174 deletions

View File

@@ -0,0 +1,22 @@
.img-services {
min-height: 22vh;
background-image: url('/assets/images/image1.jpg');
background-size: cover;
background-position: center;
}
@media only screen and (min-width:768px) {
.img-services{
min-height: 40vh;
}
}
@media only screen and (min-width:992px) {
.img-services{
min-height: 80vh;
}
header{
box-shadow: 2px 2px 24px rgba(0,0,0,.1);
}
}