Biomod/2012/Tohoku/Team Sendai/test: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: <html> <!-- このページは開発用テストページです   --> <head> <style type="text/css"> →‎いちばん外側の枠組み: body{ width:1200px; } #wrapper{...)
(No difference)

Revision as of 00:58, 28 September 2012

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

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



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