Menu
Coddy logo textTech

Circular Progressクラス

Coddyの「円形プログレスバー | フロントエンドプロジェクト」コースのレッスン 7/11。

challenge icon

チャレンジ

中級

クラス circular-progress をターゲットにします:

  1. Flexを使用して要素を中央に配置します(align-items と justify-content を center に設定)。
  2. width と height を 200 ピクセルに設定します。
  3. border radius を 50% に設定します。

自分で試してみよう

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

円形プログレスバー | フロントエンドプロジェクトのすべてのレッスン