Team:SYSU-Software/weblab.css

From 2013.igem.org

(Difference between revisions)
(Created page with "*{ padding:0px; margin: 0px; } body { height: 100%; width: 100%; font-family: 'Arial'; } - container: #wetlab-con...")
Line 40: Line 40:
float:auto;
float:auto;
align:center;
align:center;
 +
margin-top:20px;
 +
margin-bottom:20px;
   }
   }

Revision as of 19:48, 27 September 2013

  • {
       padding:0px;
       margin: 0px;
     }
     body {
       height: 100%;
       width: 100%;
       font-family: 'Arial';
     }
 /*container*/
 #wetlab-container{
   width: 100%;
   height: 100%;
   background-color: #8fbbb8;
   margin:0 auto;
 }
 #wetlab-header{
   width: 172px;
   margin: 0 auto;
 }
  1. wetlab-font{
   margin-top: 40px;
 }
 p{
   font-family: 'Arial';
   font-size: 14px;
   font-weight: 900;
   color: #445d72;
   text-align:justify;
 }

h2,h3,h4,h5,h6 {

 color: #445d72;

}

 .image{

float:auto; align:center; margin-top:20px; margin-bottom:20px;

 }

.mintext{ float: auto;

   margin-top: 10px;
   margin-left:20px;

}


     /*footer*/
     /*footer*/  
     #sysu-footer{
       width: 100%;
       margin:0 auto;
       position: relative;
       bottom: 0px;
       overflow: hidden;
       background-color: #8fbbb8;
     }
     #bottom-image{
       width: 100%;
     }
  1. main {

height:100%; width:760px; margin:0 auto; text-align: justify; }