CSS Centering Relative to header
please help
I want the text to be centered under the heading and it will be multiple lines of text in one paragraph
1 Reply
You want the display: flex and properties on the parent container . Take off all the margins if you want it exactly centered.
For this I would use grid instead of flex so you don’t have to change the flex-direction but if you prefer flex put all these properties on parent