Biomod/2014/Hokudai/TEAM: 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; }
p.example2 { text-align: center; }
p.example2 { text-align: center; }
Line 20: Line 19:
p.example6 { font: 130% Times New Roman; }
p.example6 { font: 130% Times New Roman; }
p.example7 { font: 150% 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; }




Line 44: Line 45:
<P class="example6">SHINJI YAMADA(B2)<BR>HIROKI SAKAI(B2)<BR>TAKAHIRO YAMAMOTO(B2)<BR>RYO SHIRAKAWA(B1)<BR>TOMOKI FUKUSHIMA(B1)<BR>KENTO NISHII(B1)<BR>
<P class="example6">SHINJI YAMADA(B2)<BR>HIROKI SAKAI(B2)<BR>TAKAHIRO YAMAMOTO(B2)<BR>RYO SHIRAKAWA(B1)<BR>TOMOKI FUKUSHIMA(B1)<BR>KENTO NISHII(B1)<BR>
<br>
<br>
MENTER<br>
<p class="example11">MENTER</p><br>
SHOKI WADA(M2)<br>
SHOKI WADA(M2)<br>
MASAKI ITO(D1)<br>
MASAKI ITO(D1)<br>
DAISUKE INOUE(D3)<br>
DAISUKE INOUE(D3)<br>
<br>
<br>
TEACHER<br>
<p class="example11">TEACHER</p><br>
AKIRA KAKUGO(A.P)<br>
AKIRA KAKUGO(A.P)<br>



Revision as of 04:08, 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: 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 SHIRAKAWA(B1)<BR>TOMOKI FUKUSHIMA(B1)<BR>KENTO NISHII(B1)<BR> <br> <p class="example11">MENTER</p><br> SHOKI WADA(M2)<br> MASAKI ITO(D1)<br> DAISUKE INOUE(D3)<br> <br> <p class="example11">TEACHER</p><br> AKIRA KAKUGO(A.P)<br>

</P>

</body>

</html>