-1
Good Afternoon, I’m doing flexbox using the IGN Brasil site as inspiration and I want to do something like this:
Where the image is on one side and the content is next to it, I tried to use display: flex
but he gets kind of messed up.
HTML code
<section class="noticias">
<div>
<h2>Final Fantasy 7 Rekam: Red XIII nao sera jogavel</h2>
<p>Primeira parte da recriação do clássico de Playstation não permitira que <br>
controlemos um heroi importante</p>
<img src="https://sm.ign.com/t/ign_br/news/f/final-fant/final-fantasy-7-remake-red-xiii-is-not-a-playable-character_jvpt.280.jpg" alt="">
</div>
</section>
CSS part is empty
Don’t get it, what is "messed up"? The Zoado for you may not be the tease for other people, explain better what you want
– hugocsl