Create a flex container having class="flex-container" with 4 flex items having class="flex-item" each, such that there are no anonymous items inside the flex container.
Introduction to Flexbox
Remove anonymous item
Report a typo
Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div>
<div>First item</div>
normal text text text
<div>Second item</div>
<div>Third item</div>
<div>Fourth item</div>
</div>
</body>
</html>
Completed 0 of 6
Create a flex container
Create first flex item.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.