Biomod/2014/Hokudai: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<!DOCTYPE html>
<html lang="ja">
<html lang="ja">


Line 16: Line 15:
p.example1 { font: 200% Times New Roman; }
p.example1 { font: 200% Times New Roman; }
p.example2 { text-align: center; }
p.example2 { text-align: center; }
p.example3 { word-spacing: 1em; }
p.example3 { word-spacing: 2em; }
p.example4 { line-height: 4em; }
p.example4 { line-height: 4em; }
p.example5 { text-decoration: underline overline; }


div.example1 {
div.example1 {
Line 26: Line 29:
}
}


.clearLeft {
clear: left;
}




Line 36: Line 42:


<div class="example1">
<div class="example1">
<p><center><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Team_Hokudai%EF%BC%92.jpg/1200px-Team_Hokudai%EF%BC%92.jpg" class="image" title="team hokudai"><img alt="team hokudai" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Team_Hokudai%EF%BC%92.jpg/1200px-Team_Hokudai%EF%BC%92.jpg"  width="200" height="100" border="0" /></a></p></center>
 
<p><center><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Team_Hokudai%EF%BC%92.jpg/1200px-Team_Hokudai%EF%BC%92.jpg" class="image" title="team hokudai"><img alt="team hokudai" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Team_Hokudai%EF%BC%92.jpg/1200px-Team_Hokudai%EF%BC%92.jpg"  width="180" height="100" border="0" /></a></p></center>
</div>
 
 
<p class="example1 example2 example3 example4 example5">  TEAM PROJECT  EXPERMENTS&RESULTS  SPONSORS  </p>
 
<p class="clearLeft">Abstract</p>
 
 
</div>
</div>


<p class="example1 example2 example3 example4">TEAM PROJECT  EXPERMENTS&RESULTS  SPONSORS</p>
 
 
 





Revision as of 06:45, 13 August 2014

<html lang="ja">

<head>

<meta charset="UTF-8">
<title>team hokudai</title>

<style type="text/css">

body { background-color: #000000; color: #a9a9a9; background-image: url(Team Hokudai.jpg); }

p.example1 { font: 200% Times New Roman; } p.example2 { text-align: center; } p.example3 { word-spacing: 2em; } p.example4 { line-height: 4em; } p.example5 { text-decoration: underline overline; }



div.example1 { width: 255px; height: 130px; background-color: #ffffff; float: left; }

.clearLeft { clear: left; }


</style>

</head>

<body>

<div class="example1">

<p><center><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Team_Hokudai%EF%BC%92.jpg/1200px-Team_Hokudai%EF%BC%92.jpg" class="image" title="team hokudai"><img alt="team hokudai" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Team_Hokudai%EF%BC%92.jpg/1200px-Team_Hokudai%EF%BC%92.jpg" width="180" height="100" border="0" /></a></p></center> </div>


<p class="example1 example2 example3 example4 example5"> TEAM PROJECT EXPERMENTS&RESULTS SPONSORS </p>

<p class="clearLeft">Abstract</p>


</div>





</body>

</html>