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

حاوية Class

الدرس 10 من 17 في دورة أكورديون الصور | مشروع Front-end على Coddy.

challenge icon

التحدي

سهل

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

  1. اضبط العرض (width) على 500 بكسل والارتفاع (height) على 300 بكسل.
  2. اضبط display على Flex
  3. اضبط justify-content على start
  4. اضبط flex-wrap على nowrap.

جرّب بنفسك

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

جميع دروس أكورديون الصور | مشروع Front-end