You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`<h2>Sedans</h2>
<p>
Choose a sedan for its affordability and excellent fuel economy. Ideal for cruising in the city
or on your next road trip.
</p>
<a href="#" class="btn btn_sedan">Learn more</a>`
i would unite it in container and similiar
The text was updated successfully, but these errors were encountered:
<h2>Sedans</h2>
<div class="text">
<p>
Choose a sedan for its affordability and excellent fuel economy. Ideal for cruising in the city
or on your next road trip.
</p>
</div>
<div class="image">
<a href="#" class="btn btn_sedan">Learn more</a>`
</div>
i would unite it in container and similiar
The text was updated successfully, but these errors were encountered: