0
.baner {
background-image: url('ban.jpg');
background-size: cover;
background-repeat: no-repeat;
position: fixed;
width: 100%;
height: 35%;
top: 60px;
}
이 배경에 커버를 할하지만 png
이미지를 수행 할 때 그것은 작동 내가 이해하지 않을 것이다 이유 : 잘CSS - 배경 - 크기는 JPG 확장자 작동하지
.baner {
background-image: url('ban.png');
background-size: cover;
background-repeat: no-repeat;
position: fixed;
width: 100%;
height: 35%;
top: 60px;
}
트릭은 센터링 배경과 함께 많은 감사합니다! – user3187715
@ user3187715 - 답장을받은 답장 아래의 체크 표시를 잊지 마세요 :) – zxc
클릭하는 방법을 알지 못했습니다. D 죄송합니다. 늦었습니다. – user3187715