Get the banner images to play MUCH better thanks to midnight epiphany of using background. :)

This commit is contained in:
2025-10-14 06:00:26 -07:00
parent 3273fb62c8
commit e0ae65304d
2 changed files with 29 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
.banner-top, .banner-middle, .banner-bottom {
color: white;
width: 100%;
/* height: 69px; TBD/TODO: Still testing this removal. */
height: 69px;
font-size: 50px;
text-align: center;
}
@@ -21,3 +21,15 @@
.banner-bottom {
background-color: #33CC33;
}
.banner-image {
background-position: center, center;
background-repeat: no-repeat;
height: 237px; /* 69*3[banner] + 15*2[padding] */
}
.banner-image01 {
background-image: url("/files/media/icons/home.jpg");
}
.banner-image02 {
background-image: url("/files/media/icons/contact.jpg");
}