CSS/gifu/policy&practice

From 2014.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 10: Line 10:
<style type="text/css">
<style type="text/css">
-
.prapic {
+
.prapicl {
  width:400px;
  width:400px;
-
  height:300px;
+
  float:left;
 +
padding:10px;
 +
}
 +
 
 +
.prapicl2 {
 +
width:200px;
 +
float:left;
 +
padding:10px;
 +
}
 +
 
 +
.prapicr {
 +
width:400px;
 +
float:right;
 +
padding:10px;
 +
}
 +
 
 +
div.left {
 +
float:left;
 +
 
 +
}
 +
 
 +
div.right {
 +
float:right;
 +
 
 +
}
 +
 
 +
p,h2,span {
 +
clear:both;
}
}

Latest revision as of 12:37, 17 October 2014