Menu
Coddy logo textTech

Class buttons

Lesson 7 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.

challenge icon

Challenge

Easy

Inside class 'buttons':

  1. Create two button tags with the class name 'button'.
  2. For the first button tag, create the id 'streak'
  3. In the first button, add text 228 🔥 that shows your streak, and in the second one, add text 837 🌲 that shows your score. (You can add your own numbers.)

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 Coddy Profile Card Clone | Front-end project