diff --git a/booking_page.php b/booking_page.php index 830dfc9..0ddad64 100644 --- a/booking_page.php +++ b/booking_page.php @@ -262,16 +262,6 @@ </fieldset> </div> - <div class="social twitter"> - <a href="#" target="_blank"><i class="fa fa-twitter fa-2x"></i></a> - </div> - <div class="social instagram"> - <a href="#" target="_blank"><i class="fa fa-instagram fa-2x"></i></a> - </div> - <div class="social facebook"> - <a href="#" target="_blank"><i class="fa fa-facebook fa-2x"></i></a> - </div> - </div> </body> </html> diff --git a/css2.css b/css2.css index 9b2031b..8a494dd 100644 --- a/css2.css +++ b/css2.css @@ -10,35 +10,6 @@ padding: 15px; } */ -.social a { - text-align: center; - width: 52px; - height: 52px; - float: left; - background: #fff; - border: 1px solid #ccc; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.1); - border-radius: 24px; - margin: 0 10px 10px 0; - padding: 6px; - color: #000; -} - -.twitter a:hover { - background: #00acee; - color: #fff; -} - -.instagram a:hover { - background: #3f729b; - color: #fff; -} - -.facebook a:hover { - background: #3b5998; - color: #fff; -} - .header { border: 1px solid #DE584F; padding: 15px; @@ -187,7 +158,7 @@ body { line-height: 40px; color: #777; height: 200vh; - background-image: linear-gradient(to top, gray, white 40%); + background-color: white; } .container {