# 오늘 한 일
.test { background-image: url(./img/donburi.JPG); background-size: cover; background-position: center; width: 100%; height: 50vh; } <div class="test"></div>
body { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } ::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ }