Biomod/2014/Hokudai/RESULTS: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 19: 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; }





Revision as of 04:05, 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>

</body>

</html>