Team:INSA-Lyon/css contenu

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
html, body {
html, body {
padding:0;
padding:0;
-
margin-top: -10px;
+
margin-top: 0;
         background-color: #ffffff;
         background-color: #ffffff;
}
}

Revision as of 13:19, 1 October 2014

html, body { padding:0; margin-top: 0;

       background-color: #ffffff;

}

/* PAGE CONTENU*/

  1. igem{

text-align: right; margin-top: 20px; margin-right: 20px; }

  1. igem img{
       margin-top: 20px;

margin-left: 10px; }

  1. contenu h4 {
    margin-bottom: 40px;

}

  1. contenu{

margin:0; padding:0; top:0; background-position: center top; background-repeat: no-repeat; text-align: center; height: 50%;

   margin-left: 40px;
   text-align: center;

}

.icon {

   color:#285459;

background:#FFF;

   width:120px;
   height:72px;
   padding-top: 48px;
   text-align:center;
   border-radius:50%;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   overflow: hidden;
   display: inline-block;

}

.iconmulti { background:#FFF;

   width:120px;
   height:82px;
   padding-top: 38px;
   text-align:center;
   border-radius:50%;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   overflow: hidden;
   display: inline-block;

}

  1. presentation {
   margin: auto;

padding-top:40px;

   width: 50%;

}

.colone1{

   width: 50%;
   float: left;

}

.colone2{

   width: 50%;
   float:right;

}