Template:Main page banner/styles.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Added background color to banner)
(Added bottom margin to banner box)
Line 1: Line 1:
.banner-box {
.banner-box {
margin-bottom: 10px;
width: 100%;
width: 100%;
padding: 20px 0px 20px 0px;
padding: 20px 0 20px 0;
background-color: rgba(0,0,0,0.2);
background-color: rgba(0,0,0,0.2);
Line 13: Line 15:


.banner-title {
.banner-title {
margin: 0px;
margin: 0;


font-family: sans-serif;
font-family: sans-serif;
Line 22: Line 24:


.banner-subtitle {
.banner-subtitle {
padding: 0px 3px 0px 3px;
padding: 0 3px 0 3px;
}
}