Difference between revisions of "Template:Banner"

From From The Ashes Wiki
Jump to: navigation, search
Line 1: Line 1:
  
.banner {
+
div#bodyContent {
     border: 6px solid black;
+
     line-height: 1.5em;
    border-radius: 10px;
+
}
    box-sizing: border-box;
+
#bodyContent {
    height: auto;
+
     position: relative;
     max-width: 1278px;
 
 
     width: 100%;
 
     width: 100%;
 
}
 
}
.center * {
+
#bodyContent {
     margin-left: auto;
+
     font-size: 0.8em;
    margin-right: auto;
 
 
}
 
}
img {
 
    border: medium none;
 
    vertical-align: middle;
 

Revision as of 17:40, 24 July 2017

div#bodyContent {

   line-height: 1.5em;

}

  1. bodyContent {
   position: relative;
   width: 100%;

}

  1. bodyContent {
   font-size: 0.8em;

}