Change width

Report a typo

Change the grid container's width that the justify-content property is worked.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<title>Grid elements</title>
</head>
<body>
<div class="grid-container">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>
</body>
</html>









Completed 0 of 1
Change the width property to 700px
___

Create a free account to access the full topic