귀펀치토끼 2023. 1. 18. 08:50

이미지 위에 텍스트

<div class="container">
  <img src="img_snow_wide.jpg">
  <div class="text">이미지 위에 텍스트</div>
</div>
.container {
  position: relative;
  text-align: center;
  color: white;
}

.text {
  position: absolute;
  bottom: 8px;
  left: 16px;
}