diff options
| author | tekkub <tekkub@gmail.com> | 2009-06-15 00:12:51 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-06-15 00:12:51 -0600 |
| commit | d0c105b93873f81adc71380a5baadc768ffd2123 (patch) | |
| tree | 28c58a8c53ccf91682a28e258b6c7592680c4232 | |
| parent | 6f750f87ae81473a91c7eb82211720fa1ba5cf21 (diff) | |
Change up header color
| -rwxr-xr-x | css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css index 4a014e1..fbf298e 100755 --- a/css/style.css +++ b/css/style.css @@ -1,12 +1,12 @@ a { color: #008; } #welcome h1 { - padding: 20px; - text-align: center; - background: #458; + padding: 20px; + text-align: center; + background: #834; color: #fff; } - + h2 { background: #ddd; text-align: center; padding: 4px; } #welcome p { font-size: 1.3em; color: #444; text-align:center;} |
