Align a grid item to the center

Report a typo

Write CSS code to align the grid item to the center along the column axis.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<title>Grid elements</title>
</head>
<body>
<div class="grid-container">
<div class="item item--special"></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
Align the grid item with "item--special' class to the center
___

Create a free account to access the full topic