배경 레이아웃과 margin collapse

Last updated

Last updated
.main-background{
width: 100%;
height: 500px;
background-image: url(../img1.png);
background-size : cover;
background-repeat : no-repeat;
background-position : center;
background-attachment : fixed;
}.main-background {
background-image : url(../img/shoes.jpg), url(person.jpg);
}<div class="배경">
<p>안에 글씨</p>
</div><h4 class="main-title">
Buy Our Shoes!
</h4>.main-title {
color: white;
font-size: 40px;
margin-top: 300px;
}