/Correção no CSS/
.header-img{
height: 450px;
position: relative;
width: 100%;
}
.header-img img{
width: 100%;
}
.header-content{
background: #fb6b19;
color: #fff;
height: 250px;
position: relative;
text-align: center;
bottom: -650px;
width: 100%;
z-index: 0;
padding-bottom: 100px;
}
.header-content h2{
padding-top: 100px;
font-size: 30px;
text-transform: uppercase;
}
.header-content p{
padding: 0px 150px;
}
.header-content:before{
position: absolute;
content: "";
width: 60%;
height: 195px;
top: -90px;
left: 0;
background:#fb6b19;
transform: skewY(10deg);
z-index: -1;
}
.header-content:after{
position: absolute;
content: "";
width: 60%;
height: 195px;
top: -90px;
right: 0;
background:#fb6b19;
transform: skewY(-10deg);
z-index: -1;
}
wender () - 5 years ago - Reply 0