10 lines
No EOL
476 B
HTML
10 lines
No EOL
476 B
HTML
<div class="row align-items-center mb-4">
|
|
<div class="col-md-6 text-center text-md-start">
|
|
<h2 class="text-primary">Ensemble. Luttons.</h2>
|
|
<p>Lorem, ipsum dolor, sit amet consectetur adipisicing elit...</p>
|
|
<button routerLink="/symptoms" class="btn btn-primary">Comment se protéger</button>
|
|
</div>
|
|
<div class="col-md-6 text-center">
|
|
<img src="/assets/illustration.png" alt="Illustration Covid" class="img-fluid">
|
|
</div>
|
|
</div> |