Difference between revisions of "Template:Banner"

From From The Ashes Wiki
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
 
+
{
 +
}
 +
.banner {
 +
    border: 6px black solid;
 +
    border-radius: 10px;
 +
    box-sizing: border-box;
 +
    height: auto;
 +
    max-width: 1278px;
 +
    width: 100%;
 +
}

Revision as of 17:46, 24 July 2017

{ } .banner {

   border: 6px black solid;
   border-radius: 10px;
   box-sizing: border-box;
   height: auto;
   max-width: 1278px;
   width: 100%;

}