Menu
Coddy logo textTech
flag Ar iconالعربيةdown icon

الفئة 'logo'

الدرس 24 من 31 في دورة بطاقة 3D | مشروع Front-end على Coddy.

challenge icon

التحدي

سهل

استهدف الفئة 'logo':

  1. قم بتعيين position إلى absolute
  2. قم بتعيين right إلى 0.
  3. قم بتعيين top إلى 0.
  4. قم بتعيين 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>

جميع دروس بطاقة 3D | مشروع Front-end