2012-06-01から1ヶ月間の記事一覧

プレゼンリベンジ用CSS

CSS

@charset "utf-8"; /* CSS Document */ /*リセット*/ html,body,div,h1,h2,h3,h4,h5,h6, p,blockquote,pre,address, ul,ol,li,dl,dt,dd, table,th,td,form,fieldset { margin: 0; padding: 0; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro…

プレゼンリベンジ用HTML

<html lang="ja"> <head> <meta charset="UTF-8"> <title>掃苔</title> <link rel="stylesheet" type="text/css" href="base.css"> </head> <body> <div id="container"> <div id="wrapper"> <div id="contant"> <div class="grave"> <img src="img/sengakuji_09.jpg" width="500" height="343" border="0"> …</div></div></div></div></body></html>