Team:Paris Bettencourt/Human Practice/Overview
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
background:rgb(252,250,229); | background:rgb(252,250,229); | ||
width:100%; | width:100%; | ||
- | height: | + | height:150px; |
margin-bottom:-5px; | margin-bottom:-5px; | ||
} | } | ||
Line 14: | Line 14: | ||
background:rgb(252,250,229); | background:rgb(252,250,229); | ||
width:100%; | width:100%; | ||
- | height: | + | height:100px; |
margin-bottom:15px; | margin-bottom:15px; | ||
} | } | ||
Line 29: | Line 29: | ||
.projtile { | .projtile { | ||
float:left; | float:left; | ||
- | width: | + | width:355px; |
- | height: | + | height:180px; |
background:rgb(252,250,229); | background:rgb(252,250,229); | ||
overflow:hidden; | overflow:hidden; | ||
} | } | ||
- | .projtile h2 { | + | .projtile2 { |
+ | float:left; | ||
+ | width:355px; | ||
+ | height:300px; | ||
+ | background:rgb(252,250,229); | ||
+ | margin-bottom:15px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .projtile3 { | ||
+ | float:left; | ||
+ | width:355px; | ||
+ | height:180px; | ||
+ | background:rgb(252,250,229); | ||
+ | overflow:hidden; | ||
+ | margin-bottom:15px; | ||
+ | } | ||
+ | .projtile h2,.projtile1 h2,.projtile3 h2 { | ||
text-align:center; | text-align:center; | ||
width:90%; | width:90%; | ||
margin-left:5%; | margin-left:5%; | ||
- | margin-bottom: | + | margin-bottom:5px; |
height:1.05em; | height:1.05em; | ||
border-bottom: 1px solid; | border-bottom: 1px solid; | ||
font-family: 'Archivo Narrow', sans-serif; | font-family: 'Archivo Narrow', sans-serif; | ||
} | } | ||
- | .projtile p { | + | .projtile p,.projtile2 p,.projtile3 p { |
/*text-align:center;*/ | /*text-align:center;*/ | ||
margin-left:5%; | margin-left:5%; | ||
margin-right:5%; | margin-right:5%; | ||
font-size:17px; | font-size:17px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
</style> | </style> | ||
Line 64: | Line 74: | ||
</div> | </div> | ||
<div style="clear: both;"></div> | <div style="clear: both;"></div> | ||
- | |||
- | |||
</div> | </div> | ||
<div class="projtile" style="margin-right:15px"> | <div class="projtile" style="margin-right:15px"> | ||
Line 74: | Line 82: | ||
</div> | </div> | ||
<div style="clear: both;"></div> | <div style="clear: both;"></div> | ||
- | <div class=" | + | <div class="projtile2" style="margin-right:15px"> |
+ | </div> | ||
+ | <div class="projtile2" style=""> | ||
+ | </div> | ||
+ | <div style="clear: both;"></div> | ||
+ | <div class="projtile3" style="margin-right:15px"> | ||
+ | </div> | ||
+ | <div class="projtile3" style=""> | ||
</div> | </div> | ||
<div style="clear: both;"></div> | <div style="clear: both;"></div> |
Revision as of 21:45, 3 October 2013
<body>
Human Practice