Menu
Coddy logo textTech

Class media-buttons

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

challenge icon

Challenge

Easy

Inside class "media-buttons":

  1. Create three anchor tags with the same class name, ‘link’.
  2. Inside each anchor tag, create one icon tag.
  3. Give the classes to icon tags as below:

    1. The first one 

      bx bxl-linkedin bx-sm
    2. The second one 

      bx bxl-github bx-sm
    3. The third one

      bx bxl-twitter bx-sm

    (These classes are very important to get the icons from Boxicons.)

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