Skip to content

Commit

Permalink
yey
Browse files Browse the repository at this point in the history
  • Loading branch information
dos54 committed Oct 25, 2023
1 parent 850d676 commit 38026e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wwr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<article id="head-article">Years of experience with hundreds of trips!</article>
</div>

<div id="trips-button"><a href="trips.html">Plan a trip now</a></div>
<div class="trips-button"><a href="trips.html">Plan a trip now</a></div>

<div id="home-grid">
<div id="home-sidebar">
Expand Down
6 changes: 3 additions & 3 deletions wwr/styles/rafting.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,14 +407,14 @@ input[type="text"], input[type="email"] {
width: 200px;
}

#trips-button {
.trips-button {
display: flex;
justify-content: center;
align-items: center;

}

#trips-button a {
.trips-button a {
cursor: pointer;
background-color: var(--accent2-color);
margin-top: 20px;
Expand All @@ -427,7 +427,7 @@ input[type="text"], input[type="email"] {
color: var(--primary-color);
}

#trips-button a:hover {
.trips-button a:hover {
background-color: var(--accent1-color);
margin-top: 20px;
padding: 1em;
Expand Down
2 changes: 1 addition & 1 deletion wwr/trips.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<main>
<div id="schedule-trip">
<h1>Schedule your trip today!</h1>
<button><a href="contact.html">Schedule a trip</a></button>
<div class="trips-button"><a href="contact.html">Schedule a trip</a></div>
</div>

<div id="trips-grid">
Expand Down

0 comments on commit 38026e2

Please sign in to comment.