Menu
Coddy logo textTech

Class image

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

challenge icon

Challenge

Easy

Target class ‘image’:

  1. Set the width and height to 150 pixels.
  2. Set the border-radius to 50%.
  3. Set the background color to white.
  4. Set the margin bottom to 10px.

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