2013-02-25から1日間の記事一覧

おかず style.css

@charset "UTF-8"; /* CSS Document */ html,body,article,header,h1,section,ul,li,p,figure{ margin:0; padding:0; } article{ width:960px; margin:10px auto; overflow:hidden; } header,section{ width:320px; float:left; } ul{ list-style-type:none;…

おかず index.html

<html lang="ja"> <head> <meta charset="UTF-8"> <title>おかず</title> <link rel="stylesheet" href="css/style.css"> </link></meta></head></html>