Skip to content

Commit

Permalink
saved changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaylonJMG committed Nov 7, 2024
1 parent 9da4141 commit c5a74c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ <h5>Rate your food experience</h5>
<input type="email" id="email" placeholder="Enter Email Address"><br>
<label for="message">Message:</label><br>
<textarea id="message"></textarea><br>
<button onclick="display('Thanks! We have received your message!')" class="btn btn-sm rounded-3 bg-primary" id="mixin-button"></button>
<button onclick="display('Thanks! We have received your message!')" class="btn btn-sm rounded-3 bg-primary" id="mixin-button">Submit</button>
</form>
<hr>
<div class="bg-image size opacity5 border border-5 border-groove">
<div class="bg-image size opacity88 border border-5 border-groove">
<p class="fw-bold text-center fs-4">Looking to eat Good Food at your next family, corporate, or festival event?</p>
<p class="text-center fs-5 fw-bold">We offer catering services for events of any size!<br> Schedule a phone appointment today to book with our <b>Good Food Hosts</b>.</p>
</div>
Expand Down
5 changes: 2 additions & 3 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ p {

.border-dashed {
border-style: dashed !important;
}

} //contact page
.border-ridge {
border-style: ridge !important;
}
Expand All @@ -124,4 +123,4 @@ h2 {
form {
color: $lightBlue;
font-weight: bold;
}
} //contact page

0 comments on commit c5a74c5

Please sign in to comment.