Class pro
Lesson 13 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyTarget class 'pro':
- Set the background color to #cf7f26.
- Set padding to 0 pixels from top-bottom and 4 pixels from left-right.
- Set font-weight to bold.
- Set border-radius to 5px.
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>