centering css w3 code example Example: centering css elements // add to the parent element .parent { display: grid; place-items: center; }