Menu
Coddy logo textTech

Body와 클래스 wrapper

Coddy의 이미지 아코디언 | 프론트엔드 프로젝트 코스 레슨 — 17개 중 9번째.

challenge icon

챌린지

쉬움

대상 body 태그:

  1. 원하는 배경색을 설정하거나, 다음을 선택할 수 있습니다:

    background: linear-gradient(135deg, rgb(255, 183, 183), rgb(255, 0, 76));

대상 클래스 ‘wrapper’:

  1. width를 100%로, height를 100 vh로 설정합니다.
  2. display를 Flex로 설정합니다.
  3. align-items와 justify-content를 center로 설정합니다.

직접 해보기

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

이미지 아코디언 | 프론트엔드 프로젝트의 모든 레슨