This commit is contained in:
Jerome Morjon
2015-02-19 17:29:01 +01:00
parent 192605eaf1
commit d92ce6372d
5 changed files with 15 additions and 7 deletions

View File

@ -15,6 +15,6 @@ body {
{
border: 7px solid white;
box-shadow: 0px 0px 3px black;
height : 250px;
width : 250px;
max-height : 250px;
max-width : 250px;
}

View File

@ -1,8 +1,17 @@
body
{
background-image:url("../pictures/setting_picture/fond.jpg");
background-image:url("../pictures/setting_picture/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}
.col-md-3
{
padding: 1%;
background: white;
border-radius: 5px;
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
}