Difference between revisions of "Template:Banner"

From From The Ashes Wiki
Jump to: navigation, search
Line 1: Line 1:
<a href="/index.php?title=File:Goroban.jpg" class="image"><img alt="Goroban.jpg" src="/images/7/7f/Hikaruban.jpg" class="banner" width="1278" height="675"></a>
+
 
 +
.banner {
 +
    border: 6px solid black;
 +
    border-radius: 10px;
 +
    box-sizing: border-box;
 +
    height: auto;
 +
    max-width: 1278px;
 +
    width: 100%;
 +
}
 +
.center * {
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
img {
 +
    border: medium none;
 +
    vertical-align: middle;

Revision as of 17:38, 24 July 2017

.banner {

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

} .center * {

   margin-left: auto;
   margin-right: auto;

} img {

   border: medium none;
   vertical-align: middle;