maj taille img

This commit is contained in:
Jerome Morjon 2015-02-19 16:56:05 +01:00
parent 465098a463
commit 4059881efd
2 changed files with 10 additions and 1 deletions

View File

@ -9,4 +9,12 @@ body {
.form-group .form-group
{ {
margin-top : 0.5%; margin-top : 0.5%;
}
.imgRef
{
border: 7px solid white;
box-shadow: 0px 0px 3px black;
height : 250px;
width : 250px;
} }

View File

@ -3,6 +3,7 @@
<link href="css/home.css" rel="stylesheet" type="text/css"/> <link href="css/home.css" rel="stylesheet" type="text/css"/>
<br> <br>
<center> <center>
<img style="height:auto; width:auto; max-width:100px;" alt="" src="./pictures/homePic/home.png">
<nav> <nav>
<form class="form-inline navbar"> <form class="form-inline navbar">
<div class="form-group"> <div class="form-group">
@ -36,7 +37,7 @@
<div class="item"> <div class="item">
@endif @endif
<br> <br>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 350px;" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a> <a href="/referents/vive.linux/games"><img class="imgRef" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
<a href="/referents/vive.linux/games"><div class="well well-lg ">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a> <a href="/referents/vive.linux/games"><div class="well well-lg ">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</div> </div>
@endforeach @endforeach