ajout de border-quetaine

This commit is contained in:
Victor Turgeon 2022-09-11 17:34:15 -07:00
parent 6b9e63fdd4
commit fbbb3bf83c
2 changed files with 19 additions and 3 deletions

View File

@ -9,8 +9,8 @@
</div>
<br />
<div class="row">
<div class="col col-12 col-md-6 col-lg-4">
<img src="~/img/madamebrossard.jpg" />
<div class="col col-12 col-md-6 col-lg-4 ">
<img class="border-quetaine" src="~/img/madamebrossard.jpg" />
</div>
<div class="col col-12 col-md-6 col-lg-8 text-light">
<br />
@ -42,7 +42,7 @@
<br />
</div>
<div class="col col-12 col-md-6 col-lg-4">
<img src="~/img/moman.jpg" />
<img class="border-quetaine" src="~/img/moman.jpg" />
</div>
</div>
<br />
@ -77,6 +77,17 @@
</a>
</li>
<br />
<li>
<h5 style="font-family:Comic Sans MS;">
Réseaux Sociaux:
</h5>
<div class="row">
<span class="col-4 fa fa-facebook"></span>
<span class="col-4 fa fa-etsy"></span>
<span class="col-4 fa fa-pinterest"></span>
</div>
</li>
<br />
<li>
<h5 style="font-family:Comic Sans MS;">
Question?

View File

@ -1,6 +1,11 @@
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.border-quetaine{
border: 3px dotted;
border-color: hotpink;
padding:5px;
}
a.navbar-brand {
white-space: normal;