Biomod/2012/Tohoku/Team Sendai/test

From OpenWetWare
Revision as of 01:56, 28 September 2012 by Naito Ushio (talk | contribs)
Jump to navigationJump to search

<html>



<!-- このページは開発用テストページです   -->




<head> <style type="text/css">

/*いちばん外側の枠組み*/ body{ width:1200px; }

  1. wrapper{

text-align:center; }

  1. container{

margin:0 auto; height:1000px; width:980px; background-color:#eee; text-align:center; }

  1. title{

width:800px; height:40px; font-size:40px; background-color:#fff; border-style:solid; border-width:0 0 2px 14px; margin:0 auto; }


</style> </head> <body> <div id="wrapper"> <div id="container"> <!-- ======================== --> <!-- ここからホームページ内容 --> <!-- ======================== -->


<div id="title">タイトル</div>



<!-- ======================== --> <!-- ここまでホームページ内容 --> <!-- ======================== --> </div> </div> </body> </html>