Class buttons
Lesson 7 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyInside class 'buttons':
- Create two button tags with the class name 'button'.
- For the first button tag, create the id 'streak'
- In the first button, add text
228 🔥that shows your streak, and in the second one, add text837 🌲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
1Introduction
Introduction