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
10 changes: 6 additions & 4 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ img{
}
.menu__container.bd-grid {
display: flex;
column-gap: 206px;
column-gap: 50px;
}
img.menu__img {
transform: translateX(3px);
Expand Down Expand Up @@ -462,20 +462,22 @@ img.menu__img {
.about__container,
.app__container{
grid-template-columns: repeat(2,1fr);
align-items: center;
/* align-items: center; */
}

.about__data, .about__initial,
.app__data, .app__initial,
.contact__container, .contact__initial{
text-align: initial;
text-align: left;
}

.about__img, .app__img{
width: 380px;
order: -1;
}

.contact__img{
padding-bottom: 50%;
}
.contact__container{
grid-template-columns: 1.75fr 1fr;
align-items: center;
Expand Down
Binary file added contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,16 @@ <h2 class="section-title app__initial">App is aviable</h2>
<div class="contact__data">
<span class="section-subtitle contact__initial">Let's talk</span>
<h2 class="section-title contact__initial">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>
<p class="contact__description">If you want to reserve a table in our restaurant, <br> contact us and we will attend you quickly, with our 24/7 chat service.</p>
<div class="contact__button">
<a href="#" class="button">Contact us now</a>
</div>
</div>

<div class="contact__button">
<a href="#" class="button">Contact us now</a>
<div>
<img src="contact.png" class="contact__img">
</div>


</div>
</section>
</main>
Expand Down Expand Up @@ -228,7 +232,7 @@ <h3 class="footer__title">Adress</h3>
</div>
</div>

<p class="footer__copy">&#169; 2020 Bedimcode. All right reserved</p>
<p class="footer__copy">&#169; 2024 Bedimcode. All right reserved</p>
</footer>

<!--========== SCROLL REVEAL ==========-->
Expand Down