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
9 changes: 9 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,18 @@ img.menu__img {
.contact__container{
grid-template-columns: 1.75fr 1fr;
align-items: center;
color: greenyellow;
background-color: #1D2521;
}


.contact__button{
justify-self: center;
color: greenyellow;
background-color: #1D2521;



}
}

Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ <h2 class="section-title app__initial">App is aviable</h2>
<div class="contact__container bd-grid">
<div class="contact__data">
<span class="section-subtitle contact__initial">Let's talk</span>
<h2 class="section-title contact__initial">Contact us</h2>

<h2 class="section-title contact__initial" style="color: white;">Contact us</h2>



<p class="contact__description">If you want to reserve a table in our restaurant, contact us and we will attend you quickly, with our 24/7 chat service.</p>
</div>

Expand Down