Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed horizontal scrolling
  • Loading branch information
jzc16101 committed Apr 21, 2020
1 parent bfec0e7 commit a6017b4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions css/final-5.1.2020.css
Expand Up @@ -138,7 +138,7 @@
background-image: url("../img/main1-background.jpg");
background-size: cover;
background-repeat: no-repeat;
width: 100vw;
width: 100%;
height: 200px;
display: flex;
align-items: center;
Expand Down Expand Up @@ -171,7 +171,7 @@
}
/* part 2--------------------------------------*/
#main2 {
width: 100vw;
width: 100%;
height: 500px;
display: flex;
align-items: center;
Expand All @@ -183,7 +183,7 @@
padding: 0 40px
}
#main2 picture img {
width: 100vw;
width: 100%;
height: 200px;
}
#main2 h3 {
Expand Down Expand Up @@ -228,7 +228,7 @@
margin-top: 0;
}
#main4 picture img {
width: 100vw;
width: 100%;
height: 200px;
}
#main4 .dog h3 {
Expand Down Expand Up @@ -392,7 +392,7 @@
padding: 0 40px;
}
#main2 picture img {
width: 100vw;
width: 100%;
height: 400px;
padding: 5%;
}
Expand Down Expand Up @@ -490,7 +490,6 @@
box-shadow: 1px 2px 5px black ;
}
#main7 form input::placeholder {
color: ;
font-size: 10px;
}
/* footer----------------------------------------*/
Expand Down Expand Up @@ -624,7 +623,7 @@
#main7 img {
width: 15%;
position: absolute;
top: 28%;
top: 22%;
right: 12%;
}
#main7 h2 {
Expand Down

0 comments on commit a6017b4

Please sign in to comment.