버튼
Coddy의 넷플릭스 로그인 페이지 클론 | 프론트엔드 프로젝트 코스 레슨 — 19개 중 5번째.
챌린지
쉬움- 두 번째 form-control 아래에
Sign In이라는 텍스트가 포함된button을 생성하세요. - 이 버튼 아래에 id가
<strong>or</strong>이고 텍스트가<strong>OR</strong>인p태그를 생성하세요. - p 태그 아래에 id가
code이고 텍스트가Use a sign-in code인 또 다른 버튼을 생성하세요.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>