Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Tinder-for-Dogs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ body{
h1{
font-family:"Montserrat";
font-weight: 900;
font-size: 3rem;
font-size: 3px;
line-height: 1.5;
}

h2{
font-family: "Montserrat";
font-weight: 600;
font-size: 2rem;
font-size: 2px;
line-height: 1.5;
}

Expand All @@ -33,7 +33,7 @@ h3{


.present{
padding-bottom: 13px;
padding-bottom: 13%;
}

.present:hover{
Expand All @@ -50,7 +50,7 @@ h3{


.navbar-brand{
font-family: "Ubuntu";
font-family: "comic sans ms";
font-size: 2rem;
font-weight: bold;
}
Expand Down Expand Up @@ -143,7 +143,7 @@ background-color: #ff4c68;
}
}

/* Call to action */


#cta{
background-color: #d31785;
Expand All @@ -154,7 +154,7 @@ background-color: #ff4c68;
}


/* <!-- Footer --> */


#footer{
text-align: center;
Expand Down Expand Up @@ -191,6 +191,7 @@ margin-right: 105px;
font-weight: 500;
color:#e4c40d;
left: 10%;
top: 45%;
}
.dynamic-text li span{
position: relative;
Expand Down
15 changes: 7 additions & 8 deletions Tinder-for-Dogs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>TinDog</title>
<title>Tinder For Dog</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

Expand All @@ -25,7 +25,6 @@

<div class="container-fluid">

<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">

<a class="navbar-brand" href="">tindog</a>
Expand Down Expand Up @@ -74,7 +73,7 @@
</section>


<!-- Features -->


<section id="features">

Expand Down Expand Up @@ -113,7 +112,7 @@ <h3>Guaranteed to work.</h3>
</section>


<!-- Testimonials -->


<section id="testimonials">

Expand Down Expand Up @@ -148,7 +147,7 @@ <h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help
</section>


<!-- Press -->


<section id="press">
<img class="press-logo" src="images/techcrunch.png" alt="tc-logo">
Expand All @@ -159,7 +158,7 @@ <h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help
</section>


<!-- Pricing -->


<section id="pricing">

Expand Down Expand Up @@ -229,7 +228,7 @@ <h2>$99 / mo</h2>
</section>


<!-- Call to Action -->


<section id="cta">

Expand All @@ -251,7 +250,7 @@ <h1>Find the True Love of Your Dog's Life Today.</h1>



<!-- Footer -->


<footer id="footer">
<a href="https://twitter.com/?lang=en">
Expand Down