2022-10-13 07:29:46 -05:00
|
|
|
/*** Logo In Header ***/
|
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
/* Shared Attributes */
|
|
|
|
.banner-top, .banner-middle, .banner-bottom {
|
|
|
|
color: white;
|
|
|
|
width: 100%;
|
|
|
|
height: 69px;
|
|
|
|
font-size: 50px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-10-13 07:29:46 -05:00
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
/* Specific Attributes */
|
|
|
|
.banner-top {
|
|
|
|
background-color: #6633FF;
|
|
|
|
}
|
2022-10-13 07:29:46 -05:00
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
.banner-middle {
|
|
|
|
background-color: #FF9900;
|
|
|
|
}
|
2022-10-13 07:29:46 -05:00
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
.banner-bottom {
|
|
|
|
background-color: #339933;
|
|
|
|
}
|