Skip to content

Commit

Permalink
Tinkering with rounded corners really doesn't deserve a commit, but i…
Browse files Browse the repository at this point in the history
…s good in case I stop for a long time at some point.
  • Loading branch information
icedwater committed Sep 28, 2012
1 parent 34be5b3 commit 2b38008
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions css/basic.css
@@ -1,5 +1,16 @@
html { width: 95%;
body { width: 95%;
padding: 3em;
}

section { background-color: green; }
section { background-color: #cc0000;
padding: 0em 0.2em;
margin: 1em;
width: 300px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #cccc00; }

section h2 { color: white;
font-family: sans-serif;
font-size: medium; }

0 comments on commit 2b38008

Please sign in to comment.