diff options
-rw-r--r-- | style/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/style/style.css b/style/style.css index 096eebf..32cc34f 100644 --- a/style/style.css +++ b/style/style.css @@ -1,15 +1,16 @@ html { - background: url(background.png) left top no-repeat #fffedf; padding: 0; + background: #fffeff; + } body { width: 920px; padding-top: 2em; - margin: -20px auto 0 auto; + margin: 1em auto 0 auto; font-family: Georgia, serif; - background: rgba(255, 248, 200, 0.7); - + background: url(background.png) left top no-repeat #fffedf; + border: 3px double #f60; } header { @@ -85,7 +86,6 @@ footer { } ul { - background: rgba(255, 248, 200, 0.7); padding: 1em; column-count: 5; text-align: center; |