diff --git a/Tinder-for-Dogs/css/styles.css b/Tinder-for-Dogs/css/styles.css index 0aa1ab6..09dc69f 100644 --- a/Tinder-for-Dogs/css/styles.css +++ b/Tinder-for-Dogs/css/styles.css @@ -21,6 +21,9 @@ h3{ font-size: medium; color: rgba(0, 0, 0, 0.733); } +/* #name:hover{ + color: #e4c40d; +} */ #title{ background-color: #ff4c68; color: #fff; @@ -55,6 +58,12 @@ h3{ font-weight: bold; } +.navbar-brand:hover{ + background-color:rgba(0, 0, 0, 0.733); + border: 10px solid aqua; +} + + .nav-item{ padding: 0 15px; } @@ -100,6 +109,11 @@ right: 1%; background-color: #ef8172; color: #fff; } +#testimonials:hover{ + text-align: center; + background-color:black; + color:rgb(102, 235, 14); +} .carousel-item{ diff --git a/Tinder-for-Dogs/images/jacky.jpg b/Tinder-for-Dogs/images/jacky.jpg new file mode 100644 index 0000000..cb2e8ed Binary files /dev/null and b/Tinder-for-Dogs/images/jacky.jpg differ diff --git a/Tinder-for-Dogs/index.html b/Tinder-for-Dogs/index.html index c0e9cde..75beff9 100644 --- a/Tinder-for-Dogs/index.html +++ b/Tinder-for-Dogs/index.html @@ -119,18 +119,23 @@