Team:SYSU-Software/weblab.css

From 2013.igem.org

(Difference between revisions)
Line 21: Line 21:
     width: 172px;
     width: 172px;
     margin: 0 auto;
     margin: 0 auto;
 +
    text-align: center;
 +
color:#1C2D3D;
   }
   }
#wetlab-font{
#wetlab-font{

Revision as of 01:36, 28 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;
   text-align: center;

color:#1C2D3D;

 }
  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:800px; margin:0 auto; text-align: justify; }