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

تنسيق class buttons

الدرس 8 من 14 في دورة مشروع DOM - آلة حاسبة على Coddy.

challenge icon

التحدي

سهل

الفئة المستهدفة 'buttons':

  1. اضبط display على 'grid'.
  2. اضبط grid-template-columns على repeat(4, 105px)

جرّب بنفسك

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

جميع دروس مشروع DOM - آلة حاسبة