diff --git a/index.html b/index.html index 0de7701..18b2dc9 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,8 @@ /* Remove border and add padding to thumbnails */ .thumbnail { - padding: 0 0 15px 0; + padding: 5px; + margin: 25px; border: none; border-radius: 0; } @@ -37,47 +38,29 @@ color: #555; } - /* Black buttons with extra padding and without rounded borders */ - .btn { - margin-top: 15px; - padding: 10px 20px; - background-color: #333; - color: #f1f1f1; - border-radius: 0; - transition: .2s; - } - - /* On hover, the color of .btn will transition to white with black text */ - .btn:hover, .btn:focus { - border: 1px solid #333; - background-color: #fff; - color: DarkSlateGray; - }
présente