하단 영역
Coddy의 넷플릭스 로그인 페이지 클론 | 프론트엔드 프로젝트 코스 레슨 — 19개 중 19번째.
챌린지
쉬움대상 클래스 form-help:
display를flex로 설정합니다.justify-content를space-between으로 설정합니다.
대상 클래스 remember-me:
display를flex로 설정합니다.
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>