الفئة 'logo'
الدرس 24 من 31 في دورة بطاقة 3D | مشروع Front-end على Coddy.
التحدي
سهلاستهدف الفئة 'logo':
- قم بتعيين position إلى absolute
- قم بتعيين right إلى 0.
- قم بتعيين top إلى 0.
- قم بتعيين transform-style إلى preserve-3d
جرّب بنفسك
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>