Menu
Coddy logo textTech

Style id display

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

challenge icon

Challenge

Easy

Target ID display:

  1. Set padding to 20px. 
  2. Set the font size to 30px.
  3. Set the border to none.
  4. Set text-align to right. 
  5. Set the background color and the color of your choice!

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