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

Class 'circle3'

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

challenge icon

التحدي

سهل

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

  1. قم بتعيين العرض (width) إلى 110px.
  2. قم بتعيين top و right إلى 17px.
  3. قم بتعيين تأخير الانتقال (transition delay) إلى 0.8s.
  4. أضف التحويل (transformation):

    transform: translate3d(0, 0, 60px);

جرّب بنفسك

<!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