Menu
Coddy logo textTech

Class link

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

challenge icon

Challenge

Easy

Target class 'link':

  1. Set the font-size to 18px.
  2. Set the width and height to 34 pixels.
  3. Set cursor to pointer.

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