want the heading (<h3>
) on top and the paragraph (<p>
) below it, inside the text area — but still next to the icon.
can you add more details? i don’t understand what you are talking about
Thanks for your reply, I want to create a section that display amenities with text at the front. the text consist of a heading and paragraph below. I have used flex box for the css but the paragraph didnt form appear under the heading test
Welcome back to the forum @Dmainwebdev
Flex box is usually used for one-dimensional content layouts.
Try removing / commenting the flex-box
property.
Happy coding