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
No description
No description
No description
1 Reply
clevermissfox
clevermissfox11mo ago
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
.brokelyrics {
Display: flex;
Flex-direction: column;
Justify-content: center;
Align-items: center;

}
.brokelyrics {
Display: flex;
Flex-direction: column;
Justify-content: center;
Align-items: center;

}
Want results from more Discord servers?
Add your server