الكلاس edit-option
الدرس 25 من 26 في دورة محاكاة بطاقة الملف الشخصي لـ Coddy | مشروع Front-end على Coddy.
التحدي
سهلداخل الفئة analytics استهدف الفئة edit-option:
- اضبط display على flex.
- اضبط align-items على center.
- اضبط cursor على pointer.
- اضبط color على #89c0e5.
- اضبط margin-bottom على 10px.
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>