Team:Todai-Tokyo/test

From 2009.igem.org

(Difference between revisions)
(Replacing page with ' imgfiles')
 
(15 intermediate revisions not shown)
Line 1: Line 1:
[[Team:Todai-Tokyo/Files | imgfiles]]
[[Team:Todai-Tokyo/Files | imgfiles]]
-
 
-
<html>
 
-
 
-
<head>
 
-
  <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
 
-
  <title>CSS</title>
 
-
  <style type="text/css">
 
-
  <!--
 
-
  p { font-size : 10pt }
 
-
  pz{ font-size : 30pt; color : red}
 
-
  -->
 
-
  .aaa { font-size : 20pt }
 
-
@charset "UTF-8";
 
-
body {
 
-
background:black;
 
-
}
 
-
 
-
body, div, dl, dt, dd, ul, ol, li,
 
-
h1, h2, h3, h4, h5, h6, p {
 
-
margin: 0;
 
-
padding: 0;
 
-
}
 
-
 
-
 
-
address, em, strong {
 
-
font-style:normal;
 
-
font-weight:normal;
 
-
}
 
-
 
-
li {
 
-
list-style: none;
 
-
}
 
-
 
-
 
-
h1, h2, h3, h4, h5, h6 {
 
-
font-size: 100%;
 
-
font-weight: normal;
 
-
}
 
-
 
-
div#wrapper{
 
-
  width:1000px;
 
-
  margin:10px auto 0;
 
-
}
 
-
div#right_side{
 
-
  background:#48d1cc;
 
-
  width:200px;
 
-
  margin:10px 0 0 10px;
 
-
  float:right;
 
-
}
 
-
div.article01{
 
-
  width:350px;
 
-
  height:280px;
 
-
  background:#d3d3d3;
 
-
  margin 0 0 20px 20px;
 
-
  float:left;
 
-
}
 
-
div.article02{
 
-
  width:350px;
 
-
  height:280px;
 
-
  background:#a9a9a9;
 
-
  margin 0 0 20px 20px;
 
-
  float:left;
 
-
}
 
-
div.article03{
 
-
  width:350px;
 
-
  height:280px;
 
-
  background:#e6e6fa;
 
-
  margin 0 0 20px 20px;
 
-
  float:left;
 
-
}
 
-
div.article04{
 
-
  width:350px;
 
-
  height:280px;
 
-
  background:#696969;
 
-
  margin 0 0 20px 20px;
 
-
  float:left;
 
-
}
 
-
  </style>
 
-
</head>
 
-
<body>
 
-
    <div id="right_side">right_side</div>
 
-
    <div class="article01">aa</div>
 
-
    <div class="article02">bb</div>
 
-
    <div class="article03">cc</div>
 
-
    <div class="article04">dd</div>
 
-
</body>
 
-
</html>
 

Latest revision as of 19:11, 19 October 2009

imgfiles