Chad
623cba3262
* Add comment that it was built from scratch. * Add a link to Modern Day Wizards and my personal media. Simplify text. * Change to "media" since there are also videos. * Simplify text, add nomad note. * Update support pages: better text, currencies first, remove many options. * Change word to sound more like I'm talking. * Update wordiness and provide disclaimer on top rather than only for email. * Update wordiness. * Use a more legible purple. * Remove extra word. * Fix link including a space. * Fix word order. * Make the banner more useful! :) * Simplify verbiage. * Enhance the look/feel of the addresses. * Remove more words. * Remove excess word. * More major rewording, also added mission/goal. * Remove 'the'.
24 lines
402 B
CSS
24 lines
402 B
CSS
/*** Logo In Header ***/
|
|
|
|
/* Shared Attributes */
|
|
.banner-top, .banner-middle, .banner-bottom {
|
|
color: white;
|
|
width: 100%;
|
|
height: 69px;
|
|
font-size: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* Specific Attributes */
|
|
.banner-top {
|
|
background-color: #663399;
|
|
}
|
|
|
|
.banner-middle {
|
|
background-color: #FF9900;
|
|
}
|
|
|
|
.banner-bottom {
|
|
background-color: #33CC33;
|
|
}
|