Skip to content

Commit

Permalink
Added lame #container centering
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jan 15, 2011
1 parent b4d473b commit 2d19a44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/screen.css
Expand Up @@ -16,6 +16,11 @@ a { color: #fff; }

p { margin: 0; padding: 0; }

#container {
width: 600px;
margin: 0 auto;
}

header
{ float: left;
width: 11em;
Expand Down
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -27,6 +27,7 @@ <h1>smokes</h1>
<p class="label">AVERAGE</p>
<p class="value"></p>
</section>
<div style="clear:both"></div>
</header>

<section id="button">
Expand Down

0 comments on commit 2d19a44

Please sign in to comment.