Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
minjoon97 authored Aug 20, 2024
1 parent 3d18081 commit 3223e32
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,15 @@ <h2>어떤 영화를 찾으시나요?</h2>
</li>
</ul>
<div class="s1MoreItem">더보기</div>
<div class="s1pagination"></div>
<div class="s1paginationWrapper">
<button class="s1pagLeft">
<i class="fa-solid fa-arrow-left-long"></i>
</button>
<div class="s1pagination"></div>
<button class="s1pagRight">
<i class="fa-solid fa-arrow-right-long"></i>
</button>
</div>
</section>
<section id="sec02">
<h2>최신영화를 모아봤어요!</h2>
Expand Down Expand Up @@ -185,7 +193,15 @@ <h2>카테고리별로 영화를 추천드릴게요.</h2>
</li>
</ul>
<div class="s3MoreItem">더보기</div>
<div class="s3pagination"></div>
<div class="s3paginationWrapper">
<button class="s3pagLeft">
<i class="fa-solid fa-arrow-left-long"></i>
</button>
<div class="s3pagination"></div>
<button class="s3pagRight">
<i class="fa-solid fa-arrow-right-long"></i>
</button>
</div>
</section>
</main>
<footer>
Expand Down

0 comments on commit 3223e32

Please sign in to comment.