Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

London - class 10 - Doves - Hussein Bahdon #508

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Summary ( index, style)
  • Loading branch information
H-BAHDON committed Feb 11, 2023
commit 08eb31e1be8d07f76885e2ebaa9491047ae0b460
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1>Carrot-Cake</h1>
<div class="topSelling-heading">
<h1>Top Selling</h1>
<hr>
</div>
</div>
<div class="topSelling-content">
<p>Our top selling cakes are a testament to the timeless appeal of classic flavors and irresistible sweetness.<br> So why wait?</p>
</div>
Expand All @@ -107,7 +107,7 @@ <h1>Top Selling</h1>
</div>

<footer>

<p>© 2023 CakeBiz, Inc.</p>
</footer>

</div>
Expand Down
61 changes: 59 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ button{
padding: 0.7rem;
background-color:black;
color: white;
}
}

.hero-Banner {
background-image:linear-gradient(0deg, rgb(4 3 3 / 30%), rgb(129 129 129 / 30%)), url("https://images.unsplash.com/photo-1464305795204-6f5bbfc7fb81?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8M3w0NTF8fGVufDB8fHx8&w=1000&q=80");
background-repeat: no-repeat;
height: 40rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-size: cover;

}

Expand All @@ -32,6 +32,7 @@ button{
.hero-banner-navbar-logo h2 {
font-size: 3rem;
font-family: 'Sassy Frass', cursive;
margin-left: 1rem;
}

.hero-banner-navbar-links ul {
Expand Down Expand Up @@ -163,3 +164,59 @@ footer {
padding:4rem 0;
}




/* *************************************** */
/* Styling for Footer */
/* *************************************** */








@media screen and (max-width: 1050px) {

body{
background-color: green;
}

}

@media screen and (max-width: 769px) {

body {
background-color: yellow;
}

.topSelling-products{
display: flex;
flex-direction: column;
}



}

@media screen and (max-width: 490px) {

body {
background-color: blue;
}

.features{
display: flex;
flex-direction: column;
padding-left: 14rem;
}

.topSelling-products {
display: block;
}


}