diff options
-rw-r--r-- | css/bootswatch.css | 11 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index d46b8719..ba1f0074 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -30,13 +30,15 @@ body { .hero-unit, .thumbnail { background-color: #e3e3e3; + box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .hero-unit h1, .hero-unit p { text-align: center; margin-bottom: 15px; + text-shadow: 1px 1px 0 rgba(256, 256, 256, 0.9); } - + #social { margin-top: 45px; } @@ -90,9 +92,10 @@ body { .thumbnail img { width: 290px; height: 200px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; + box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2), 1px 1px 0px rgba(256, 256, 256, 0.7); } .thumbnail .label { @@ -420,7 +420,7 @@ <img src="united/thumbnail.png" alt=""> <div class="caption"> <h3>United</h3> - <p>Bright colors and a distinctive font.</p> + <p>Bright colors and a unique font.</p> <div class="btn-toolbar"> <div class="btn-group"><a class="btn btn-large" href="united">Preview</a></div> <div class="btn-group"> |