Make it better
Lesson 23 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyTarget class ‘buttons’:
- Set margin-top to 15px.
Target id ‘streak’:
- Set background-color to #01568e.
Add this code at the end:
.data:last-child {
border-right: none;
}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>