Difference between revisions of "Trial..main"

From South Orange Public Library Wiki
Jump to: navigation, search
(Created page with " header{ background-image: url(Wikibanner.png); width: 100%; height: 0; padding: 0 0 40%; border: 1px solid; background-size:...")
 
Line 1: Line 1:
  
 +
<div class='header_box'>
 +
  <div class='header'>
 +
  </div>
 +
</div>
  
  
header{
+
.header_box{
        background-image: url(Wikibanner.png);
+
 
        width: 100%;
+
    background-image: url(/Wikibanner.png);
        height: 0;
+
    width: 100%;
        padding: 0 0 40%;
+
    min-height: 200px;     
        border: 1px solid;
+
}
        background-size: 100%;
+
 
        background-repeat: no-repeat;
+
 
        background-size: cover;
+
  .header
        margin-left: auto;
+
  {
        margin-right: auto;
+
    height: auto;
    }
+
    width:80%;
 +
    padding: 0;
 +
    border: 1px solid;
 +
    background-size: 100%;
 +
    background-repeat: no-repeat;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
 
 +
  }

Revision as of 16:10, 18 April 2017


.header_box{

   background-image: url(/Wikibanner.png);
   width: 100%;
   min-height: 200px;       
}


  .header
  {
   height: auto;
   width:80%;
   padding: 0;
   border: 1px solid;
   background-size: 100%;
   background-repeat: no-repeat;
   margin-left: auto;
   margin-right: auto;
  }