Get the banner images to play MUCH better thanks to midnight epiphany of using background
. :)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user