الكلاس 'text'
الدرس 17 من 31 في دورة بطاقة 3D | مشروع Front-end على Coddy.
التحدي
سهلاستهدف الفئة ‘text’:
- قم بتعيين display إلى block.
- قم بتعيين color إلى #00897ec3.
- قم بتعيين font size إلى 15px.
- قم بتعيين margin-top إلى 20px.
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>