How can I make this piece of code work with flex container? – WordPress
I'm sorry I don't even know how to ask my question, but basically, I need the title to be above the paragraph and the logo to be on the left side. #container { display: flex; align-items: center; } #container p…