Menu
Coddy logo textTech

Complex Layout

Lesson 2 of 5 in Coddy's HTML/CSS Challenges - Pack II course.

challenge icon

Challenge

Easy

Guidelines:

  • seven div elements
  • green color
  • only flex box
  • spacing using gap only
  • layout size using flex only

Picture:

Try it yourself

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
    </body>
</html>

All lessons in HTML/CSS Challenges - Pack II

1Challenges

Hovered ButtonComplex LayoutImageCardCloud