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

الكلاس 'content'

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

challenge icon

التحدي

سهل

الفئة المستهدفة ‘content’:

  1. تعيين padding:
    1. من الأعلى 100px
    2. من اليمين 60px
    3. من الأسفل 0px
    4. من اليسار 30px
  2. تعيين 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>

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