Menu
Coddy logo textTech

Style class buttons

Lesson 8 of 14 in Coddy's DOM Project - Calculator course.

challenge icon

Challenge

Easy

Target class ‘buttons’:

  1. Set the display to grid.
  2. Set grid-template-columns to repeat(4, 105px)

Try it yourself

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

All lessons in DOM Project - Calculator