الكلاس 'content'
الدرس 15 من 31 في دورة بطاقة 3D | مشروع Front-end على Coddy.
التحدي
سهلالفئة المستهدفة ‘content’:
- تعيين padding:
- من الأعلى 100px
- من اليمين 60px
- من الأسفل 0px
- من اليسار 30px
تعيين transform إلى:
translate3d(0, 0, 26px)
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>