Menu
Coddy logo textTech

Progress Value 클래스

Coddy의 원형 프로그레스 바 | 프론트엔드 프로젝트 코스 레슨 — 11개 중 9번째.

challenge icon

챌린지

쉬움

대상 클래스 progress-value:

  1. position을 relative로 설정합니다.
  2. font size를 40px로, font weight를 600으로 설정합니다.
  3. black을 제외하고 원하는 글꼴 색상(color 속성)을 설정합니다.

직접 해보기

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

원형 프로그레스 바 | 프론트엔드 프로젝트의 모든 레슨