الفئة corners
الدرس 12 من 26 في دورة محاكاة بطاقة الملف الشخصي لـ Coddy | مشروع Front-end على Coddy.
التحدي
سهلالفئة المستهدفة ‘corners’:
- اضبط display على flex.
- اضبط align-items على center.
- اضبط justify-content على space-between.
- اضبط gap على 200px.
- اضبط 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>