Menu
Coddy logo textTech

하단 영역

Coddy의 넷플릭스 로그인 페이지 클론 | 프론트엔드 프로젝트 코스 레슨 — 19개 중 19번째.

challenge icon

챌린지

쉬움

대상 클래스 form-help:

  1. displayflex로 설정합니다.
  2. justify-contentspace-between으로 설정합니다.

대상 클래스 remember-me

  1. displayflex로 설정합니다.

remember-me 클래스의 input을 대상으로 하여 margin-right를 5px로 설정합니다.


더 정교한 마무리를 위해, 다음 코드를 마지막에 추가하세요:

.form-wrapper a:hover {
    text-decoration: underline;
}

form .form-help :where(label, a) {
    font-size: 14px;
}

form button:hover, #code:hover {
    opacity: 0.8;
}

직접 해보기

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

넷플릭스 로그인 페이지 클론 | 프론트엔드 프로젝트의 모든 레슨