Skip to content
Open

. #124

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
11 changes: 7 additions & 4 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ img{
.section-title{
font-size: var(--h1-font-size);
color: var(--title-color);
margin-bottom: var(--mb-3);
text-align:center;
}

.section-subtitle{
Expand Down Expand Up @@ -273,12 +273,14 @@ img{

/*========== BUTTONS ==========*/
.button{
display: inline-block;
background-color: var(--first-color);
color: #FFF;
padding: 3.75rem 3rem;
border-radius: .5rem;
padding:0px;
border-radius: 5px;
transition: .3s;
width: 220px;
height: 50px;
display: inline-block;
}

.button:hover{
Expand All @@ -292,6 +294,7 @@ img{

.about__description{
margin-bottom: var(--mb-3);
text-align: center;
}

.about__img{
Expand Down
Binary file added assets/img/Screenshot 2024-10-03 012057.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<!-- test -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -61,12 +62,12 @@ <h2 class="home__subtitle">Lorem ipsum dolor, sit <br> the week.</h2>
<div class="about__container bd-grid">
<div class="about__data">
<span class="section-subtitle about__initial">About us</span>
<h2 class="section-title about__initial">We cook the best <br> tasty food</h2>
<h2 class="section-title about__initial">passion for food<br> service for food</h2>
<p class="about__description">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Repellendus minus libero esse porro minima laudantium error soluta in voluptate laborum animi nisi, vel quis quam, dolorum nesciunt voluptas, ad impedit?</p>
<a href="#" class="button">Explore history</a>
<a href="#" class="button">Delve into taste of our past</a>
</div>

<img src="assets/img/about.jpg" alt="" class="about__img">
<img src="assets/img/Screenshot 2024-10-03 012057.jpg" alt="" class="about__img">
</div>
</section>

Expand Down