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 {
|
2023-10-17 04:20:50 -07:00
|
|
|
color: white;
|
|
|
|
width: 100%;
|
|
|
|
height: 69px;
|
|
|
|
font-size: 50px;
|
2022-10-16 09:22:44 -05:00
|
|
|
text-align: center;
|
|
|
|
}
|
2022-10-13 07:29:46 -05:00
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
/* Specific Attributes */
|
|
|
|
.banner-top {
|
2023-10-17 04:20:50 -07:00
|
|
|
background-color: #660099;
|
2022-10-16 09:22:44 -05:00
|
|
|
}
|
2022-10-13 07:29:46 -05:00
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
.banner-middle {
|
2023-10-17 04:20:50 -07:00
|
|
|
background-color: #FF9900;
|
2022-10-16 09:22:44 -05:00
|
|
|
}
|
2022-10-13 07:29:46 -05:00
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
.banner-bottom {
|
2023-10-17 04:20:50 -07:00
|
|
|
background-color: #33CC33;
|
2022-10-16 09:22:44 -05:00
|
|
|
}
|