Difference between revisions of "Trial..main"

From South Orange Public Library Wiki
Jump to: navigation, search
Line 2: Line 2:
 
<div class='header_box'>
 
<div class='header_box'>
 
   <div class='header'>
 
   <div class='header'>
  </div>
+
<style>
</div>
+
.header{
 
+
        width: 100%;
 
+
        height: auto;
.header_box{
+
        padding: 0;
 +
        border: 1px solid;
 +
        background-size: 100%;
 +
        background-repeat: no-repeat;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
    }
  
     background-image: url(/Wikibanner.png);
+
.header_image{
 +
     height: 100%;
 
     width: 100%;
 
     width: 100%;
    min-height: 200px;     
+
}
}
+
    </style>
  
 
+
<div class="header">
  .header
+
     <img src = "/img/ffHeader.png" class="header_image" />
  {
+
</div>
     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:12, 18 April 2017

<style> .header{

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

.header_image{

   height: 100%;
   width: 100%;

}

    </style>
   <img src = "/img/ffHeader.png" class="header_image" />