Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selling platform #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# zuri-responsive-design-starter-1
1 change: 1 addition & 0 deletions selling-platform
Submodule selling-platform added at 9ce693
117 changes: 116 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,119 @@ div.footer h6 {
color: #88949B;
font-size: 1rem;
padding-top: 6rem;
}
}


/* ------------ @ Media Queries (Responsiveness) ------------------------------- */
@media screen and (max-width: 768px){
div.nav-bar{
justify-content: space-between;
display:flex;
width:100vw;
padding:14px;
}
div.logo{
font-size: 1.3rem;
}
ul.nav-links{
flex-direction: column;
}
ul li{
margin: 0;
font-size: 1rem;
}
ul li a{
display: block
}
div.hero-section{
padding: 5rem 2rem;
}
div.hero-content h3{
text-align: center;
font-size: 1.5rem;
text-transform: none;
}
div.hero-content-heading p{
font-size: 0.6rem

}
div.hero-background{
background: #f0f0f0;
padding: 10rem;
display: flex;

}
div.background h4{
padding: 1rem;
font-size: 1rem;
}
div.background p{
padding-left: 0.5rem;
font-size: 0.62rem
}
div.hero-background-pos{
display:none;
}
div.snapshot-team h2{
font-size: 1.2rem;
}
div.snapshot-team p{
font-size: 0.8rem;
}
div.snapshot-box{
padding: 2rem 0rem;
}
div.snapshot-box-content{
display: flex;
flex-direction: column;
}
div.box1{
width: 300px;
height: 230px;
}
div.box3{
width: 300px;
height: 230px;
}
div.gallery-section{
padding: 2rem;
}
div.img img{
width: 300px;
height: 180px;
}
div.gallery-content h4{
font-size: 1.2rem;
}
div.gallery-content p{
font-size: 0.8rem;
}
/*for footer*/
input[type="email"] {
width: 100%;
padding: 10px 20px;
}
input[type="text"] {
width: 100%;
padding: 10px 20px;
}
textarea{
width: 100%;
height: 150px;
}
div.footer h6{
font-size: 0.8rem;
padding-top: 6rem;
}
div.footer{
padding: 2rem;
}
div.footer-content h4{
font-size: 1.2rem;
}
div.footer-content p{
font-size: 0.8rem;
}

}