ajout de border-quetaine
This commit is contained in:
parent
6b9e63fdd4
commit
fbbb3bf83c
@ -9,8 +9,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-12 col-md-6 col-lg-4">
|
<div class="col col-12 col-md-6 col-lg-4 ">
|
||||||
<img src="~/img/madamebrossard.jpg" />
|
<img class="border-quetaine" src="~/img/madamebrossard.jpg" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-12 col-md-6 col-lg-8 text-light">
|
<div class="col col-12 col-md-6 col-lg-8 text-light">
|
||||||
<br />
|
<br />
|
||||||
@ -42,7 +42,7 @@
|
|||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-12 col-md-6 col-lg-4">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
@ -77,6 +77,17 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<br />
|
<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>
|
<li>
|
||||||
<h5 style="font-family:Comic Sans MS;">
|
<h5 style="font-family:Comic Sans MS;">
|
||||||
Question?
|
Question?
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
/* 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. */
|
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 {
|
a.navbar-brand {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user