maj css ref

This commit is contained in:
Jerome Morjon
2015-02-19 17:49:26 +01:00
parent 42b4afaf57
commit 07095f6ac6
2 changed files with 19 additions and 12 deletions

View File

@ -7,11 +7,24 @@ background-image:url("../pictures/setting_picture/fond.jpg");
background-size:cover;
}
.col-md-3
.ccmd3
{
margin: 1%;
padding: 1%;
background: white;
border-radius: 5px;
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
}
}
.ccmd9
{
margin: 1%;
padding: 1%;
background: white;
border-radius: 5px;
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
width : 40%;
}