hello,
voila, j'ai un soucis, j'ai trois titres avec trois paragraphes et j'aimerai les alligner horizontalement, comme si c'était trois colonnes, mais j'arrive pas a trouver le code css,
<section>
<h2 id="perf" class="deco">Performances</h2>
<div>
<ul>
<li>
<h3>LAUGH</h3>
<p>As an adult, come and discover our irresistible clowns, between practical jokes and pranks let yourself be carried away by their joy and fall back into childhood.</p>
</li>
<li>
<h3>DREAM</h3>
<p>Let yourself be carried away in a world where the real and the imaginary are one, in the company of our talented magicians, discover a wonderful world limited only by your imagination.</p>
</li>
<li>
<h3>MARVEL AT</h3>
<p>Tame the untameable in the company of our tamers, between roar and razor-sharp claws, watch these fierce felines turn into sweet kittens.</p>
</li>
</ul>
</div>
</section>
si quelqu'un a la solution, merci d'avance 