728x90
border-radius: 00%;
box-shadow: x축 y축 그림자블러 색상투명도;
<!-- STORE -->
<section class="find-store">
<div class="inner">
<img src="./images/find_store_texture1.png" alt="" class="texture1" />
<img src="./images/find_store_texture2.png" alt="" class="texture2" />
<img src="./images/find_store_picture1.jpg" alt="" class="picture picture1" />
<img src="./images/find_store_picture2.jpg" alt="" class="picture picture2" />
<div class="text-group">
<img src="./images/find_store_text1.png" alt="" class="title">
<img src="./images/find_store_text2.png" alt="" class="description">
<div class="more">
<a href="javascript:void(0)" class="btn">자세히 보기</a>
</div>
</div>
</div>
</section>
/* FIND STORE */
.find-store {
background-image: url("../images/find_store_bg.jpg");
}
.find-store .inner {
height: 400px;
}
.find-store .texture1 {
position: absolute;
top: 0;
left: 400px;
}
.find-store .texture2 {
position: absolute;
bottom: 0;
right: 0;
}
.find-store .picture {
border-radius: 50%;
box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.find-store .picture1 {
position: absolute;
top: -60px;
left: 0;
}
.find-store .picture2 {
position: absolute;
top: 150px;
left: 250px;
}
.find-store .text-group {
position: absolute;
top: 120px;
left: 550px;
}
.find-store .text-group .title {
margin-bottom: 20px;
}
.find-store .text-group .description {
margin-bottom: 20px;
}
728x90
'FE' 카테고리의 다른 글
다중 요소 슬라이드 Swiper (0) | 2021.10.17 |
---|---|
스크롤 위치를 계산하여 애니메이션 하기 📌 요소가 시간차로 하나씩 나타나기 (0) | 2021.10.17 |
3D 애니메이션으로 앞뒤 회전하기 (0) | 2021.10.17 |
스크롤 시 고정되는 이미지 배경 (0) | 2021.10.17 |
유튜브 배경에 깔기 / 플로팅 애니메이션 반복 / 랜덤함수 (0) | 2021.10.17 |