Méthode BEM
<section class="hero">
<div class="hero__content">
<h2 class="hero__content__title">Titre de ma section</h2>
<p> lorem </p>
<button class="hero__content__button--active">Mon bouton</button>
</div>
<div class="hero__img">
<img src="monimage.jpg" alt="mon image">
</div>
</section>Last updated