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

بطاقة Class

الدرس 11 من 17 في دورة أكورديون الصور | مشروع Front-end على Coddy.

challenge icon

التحدي

سهل

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

  1. اضبط العرض (width) على 130 بكسل. 
  2. اضبط background-size على cover
  3. اضبط cursor على pointer
  4. اضبط overflow على hidden.
  5. اضبط border radius على 25 بكسل. 
  6. اضبط الهامش (margin) على 0 من الأعلى والأسفل و10 بكسل من اليسار واليمين
  7. أضف خاصيتي transition و box-shadow في النهاية:

    transition: .6s cubic-bezier(.28,-0.03,0,.99); box-shadow: 0px 10px 30px -5px rgba(82, 9, 9, 0.8);

جرّب بنفسك

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

جميع دروس أكورديون الصور | مشروع Front-end