الكلاس 'parent'
الدرس 12 من 31 في دورة بطاقة 3D | مشروع Front-end على Coddy.
التحدي
سهلاستهدف الفئة parent:
- اضبط العرض (width) على 290 بكسل.
- اضبط الارتفاع (height) على 300 بكسل.
- اضبط perspective على 1000px.
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>