وسم Body ومغلف Class
الدرس 9 من 17 في دورة أكورديون الصور | مشروع Front-end على Coddy.
التحدي
سهلاستهدف وسم body:
قم بتعيين لون الخلفية من اختيارك، أو يمكنك اختيار:
background: linear-gradient(135deg, rgb(255, 183, 183), rgb(255, 0, 76));
استهدف الفئة ‘wrapper’:
- قم بتعيين width إلى 100% و height إلى 100 vh.
- قم بتعيين display إلى Flex
- قم بتعيين align-items و justify-content إلى center.
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>