Complex Layout
Lesson 2 of 5 in Coddy's HTML/CSS Challenges - Pack II course.
Challenge
EasyGuidelines:
- seven div elements
- green color
- only flex box
- spacing using
gaponly - layout size using
flexonly
Picture:

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