카드 - I
Coddy의 슬라이더 | 프론트엔드 프로젝트 코스 레슨 — 23개 중 5번째.
챌린지
쉬움'#left'와 '#right' 사이에:
1. 순서 없는 목록(unordered list)을 생성하세요.
2. 클래스 이름을 carousel로 지정하세요.
3. 그 안에 <li> 태그를 생성하세요!
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>