تنسيق id display
الدرس 7 من 14 في دورة مشروع DOM - آلة حاسبة على Coddy.
التحدي
سهلاستهدف المعرف display:
- قم بتعيين padding إلى 20px.
- قم بتعيين font size إلى 30px.
- قم بتعيين border إلى none.
- قم بتعيين text-align إلى right.
- قم بتعيين background color واللون من اختيارك!
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>