Biomod/2014/Hokudai/SPONSORS: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:
background-image: url(Team Hokudai.jpg);
background-image: url(Team Hokudai.jpg);
}
}


p.example1 { font: 200% Times New Roman; }
p.example1 { font: 200% Times New Roman; }
Line 21: Line 19:
p.example5 { text-decoration: underline overline; }
p.example5 { text-decoration: underline overline; }
p.example6 { font: 130% Times New Roman; }
p.example6 { font: 130% Times New Roman; }
 
p.example7 { font: 150% Times New Roman; }
 
p.example11 { font: 160% Times New Roman; }
 
p.example12 { text-align: left;}
p.example111 { font: 180% Times New Roman; }


div.example1 {
div.example1 {

Revision as of 04:11, 29 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: 1em; } p.example4 { line-height: 6em; } p.example5 { text-decoration: underline overline; } p.example6 { font: 130% Times New Roman; } p.example7 { font: 150% Times New Roman; } p.example11 { font: 160% Times New Roman; } p.example12 { text-align: left;} p.example111 { font: 180% Times New Roman; }

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

.clearLeft { clear: left; }

</style>

</head>

<body>

<P class="example1">Sponsors</P> <P class="example6"> 北海道大学 元気プロジェクト<br> <A href="http://www.hokudai.ac.jp/gakusei/campus-life/campus/project.html">http://www.hokudai.ac.jp/gakusei/campus-life/campus/project.html</A><br> <IMG src=""><br> サカタ理化学株式会社<br> <a href="http://www.sakatarikagaku.co.jp/">http://www.sakatarikagaku.co.jp/</a><br> <IMG src=""><br> つくばオリゴサービス株式会社<br> <a href="http://www.tos-bio.com/">http://www.tos-bio.com/</a><br> <IMG src=""><br> 日本テクノサービス株式会社<br> <a href="http://www.ntsbio.com/">http://www.ntsbio.com/</a><br> <IMG src=""><br> 株式会社生体分子計測研究所<br> <a href="http://www.ribm.co.jp/">http://www.ribm.co.jp/</a><br> <IMG src=""><br> </P>

</body>

</html>