Biomod/2014/Hokudai/SPONSORS: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:
background-color: #000000;
background-color: #000000;
color: #a9a9a9;
color: #a9a9a9;
background-image: url(Team Hokudai.jpg);
 
}


p.example1 { font: 200% Times New Roman; }
p.example1 { font: 200% Times New Roman; }
Line 39: Line 38:


<body>
<body>
<P class="example1">Member</P>
<P>SHINJI YAMADA(B2)<BR>HIROKI SAKAI(B2)<BR>TAKAHIRO YAMAMOTO(B2)<BR>RYO SIRAKAWA(B1)<BR>TOMOKI HUKUSHIMA(B1)<BR>IDAN NISHII(B1)<BR>
</P>


</body>
</body>


</html>
</html>

Revision as of 01:43, 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;


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; }



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

.clearLeft { clear: left; }

</style>

</head>

<body>

<P class="example1">Member</P> <P>SHINJI YAMADA(B2)<BR>HIROKI SAKAI(B2)<BR>TAKAHIRO YAMAMOTO(B2)<BR>RYO SIRAKAWA(B1)<BR>TOMOKI HUKUSHIMA(B1)<BR>IDAN NISHII(B1)<BR> </P>

</body>

</html>