Menu
Coddy logo textTech

Style class calculator

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

challenge icon

Challenge

Easy

Target class calculator:

  1. Set the borer radius to 10 pixels. 
  2. Set overflow to hidden.
  3. Set:
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

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