Menu
Coddy logo textTech

Class profile-img

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

challenge icon

Challenge

Easy

Target class ‘profile-img’:

  1. Set height and width at 100%.
  2. Set the border-radius to 50%.
  3. Set object-fit to cover.

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