Menu
Coddy logo textTech

Bottom - I

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

challenge icon

Challenge

Easy

Inside class ‘bottom’, create two divs with class:

  1. The first div should have the class name 'social-buttons-container'
  2. The second div should have the class name ‘view-more’

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