This commit is contained in:
MarcEricMartel 2022-09-13 08:21:01 -07:00
parent e6959a82f2
commit 5a608e7c7e
3 changed files with 10 additions and 7 deletions

View File

@ -10,7 +10,7 @@
<br />
<div class="row">
<div class="col col-12 col-md-6 col-lg-4 ">
<img class="border-quetaine" src="~/img/madamebrossard.jpg" />
<img class="border-quetaine" src="~/img/madamebrossard.jpg" style="max-width:300px;" />
</div>
<div class="col col-12 col-md-6 col-lg-8 text-light">
<br />
@ -31,7 +31,7 @@
<div class="row">
<div class="col col-12 col-md-6 col-lg-8 text-light">
<h4>
Monique - Co-Fondatrice
Monique - Autre Co-Fondatrice
</h4>
<br />
<p>
@ -42,7 +42,7 @@
<br />
</div>
<div class="col col-12 col-md-6 col-lg-4">
<img class="border-quetaine" src="~/img/moman.jpg" />
<img class="border-quetaine" src="~/img/moman.jpg" style="max-width:300px;"/>
</div>
</div>
<br />

View File

@ -13,9 +13,11 @@
<br>
<br>
<div class="row col-12 text-primary text-right text-sm-right bg-light rounded-right" style="font-family:Comic Sans MS;">
<div class="row vedette-title">
<div class="col-12 text-primary text-right text-sm-right rounded-right" style="font-family:Comic Sans MS;">
<h1>Des produits bien commodes faits par des aînées d'expérience.</h1>
</div>
</div>
<br>
<br>
<br>

View File

@ -4,10 +4,10 @@
<h1>Nos produits vedettes:</h1>
</div>
</div>
<div class="row">
<div class="row bg-secondary my-auto" style="height:250px;">
<div class="carousel slide col-12" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item bg-secondary rounded active">
<div class="carousel-item rounded active">
<div class="row text-primary" style="font-family:Arial;">
<div class="col-6 my-auto">
<img class="d-block w-100" src="~/img/ceintureflechee.jpg" style="width:auto;max-height:200px;">
@ -50,3 +50,4 @@
</div>
</div>
</div>
<br />