Is there a way to centralize div elements within a component without impacting the styles of those specific divs? How can I achieve this?
I'm currently working with Angular 8. Using the text-align method affects the alignment of the text inside the div, but I want to center the elements while avoiding that issue.