Menu
Coddy logo textTech

Class pro

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

challenge icon

Challenge

Easy

Target class 'pro':

  1. Set the background color to #cf7f26.
  2. Set padding to 0 pixels from top-bottom and 4 pixels from left-right.
  3. Set font-weight to bold.
  4. 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>

All lessons in Coddy Profile Card Clone | Front-end project