CSS/gifu/policy&practice

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta http-equiv="Content-Script-Type" content="text/css"> <script src="http://ajax.googleapis.com...")
 
(10 intermediate revisions not shown)
Line 10: Line 10:
<style type="text/css">
<style type="text/css">
-
.prapic {
+
.prapicl {
-
  width:640px;
+
  width:400px;
-
  height:480px;
+
  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;
 +
}
 +
 +
</style>
 +
</head>
 +
</html>

Latest revision as of 12:37, 17 October 2014