وسم Body
الدرس 10 من 26 في دورة محاكاة بطاقة الملف الشخصي لـ Coddy | مشروع Front-end على Coddy.
التحدي
سهلاستهداف body:
- قم بضبط display إلى flex، و align-items، و justify-content إلى center.
- قم بضبط height إلى 100 vh.
- قم بضبط background color إلى #21a0e8.
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>