Menu
Coddy logo textTech

Bottom - II

Lesson 7 of 31 in Coddy's 3D Card | Front-end Project course.

challenge icon

Challenge

Easy

Inside ‘social-buttons-container’, create three buttons:

  1. The first button should have the class name ‘social-button social-button1’
  2. The second button should have the class name ‘social-button social-button2’
  3. The third button should have the class name ‘social-button social-button3’

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 3D Card | Front-end Project