how to center elements in css regardless of the width code example Example: center css elements body{ display: grid; place-items: center; }