Menu
Coddy logo textTech

Div Sections

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

challenge icon

Challenge

Easy

Inside 'card', create four divs:

  1. First, it should have the class name 'logo'
  2. The second should have the class name 'glass'
  3. The third should have the class name 'content'
  4. Fourth should have the class name 'bottom'

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