Menu
Coddy logo textTech
flag Ar iconالعربيةdown icon

الفئة corners

الدرس 12 من 26 في دورة محاكاة بطاقة الملف الشخصي لـ Coddy | مشروع Front-end على Coddy.

challenge icon

التحدي

سهل

الفئة المستهدفة ‘corners’:

  1. اضبط display على flex.
  2. اضبط align-items على center.
  3. اضبط justify-content على space-between.
  4. اضبط gap على 200px.
  5. اضبط color على white.

جرّب بنفسك

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

جميع دروس محاكاة بطاقة الملف الشخصي لـ Coddy | مشروع Front-end