Biomod/2014/Hokudai/TEAM: 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 18: 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; }




Line 23: Line 25:


div.example1 {
div.example1 {
width: 255px;
width: 900px;
height: 130px;
height: 130px;
background-color: #ffffff;
background-color: #ffffff;
Line 39: Line 41:
<body>
<body>


<P class="example1">Member</P>
<p class="example1">Member</p>
<P class="example6">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 class="example6">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>
</P>

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



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

.clearLeft { clear: left; }

</style>

</head>

<body>

<p class="example1">Member</p> <P class="example6">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>