حاوية Class
الدرس 10 من 17 في دورة أكورديون الصور | مشروع Front-end على Coddy.
التحدي
سهلالفئة المستهدفة ‘container’:
- اضبط العرض (width) على 500 بكسل والارتفاع (height) على 300 بكسل.
- اضبط display على Flex
- اضبط justify-content على start
- اضبط 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>