20 lines
333 B
CSS
20 lines
333 B
CSS
body {
|
|
background-image:url("../pictures/homePic/fond.jpg");
|
|
background-attachment:fixed;
|
|
background-repeat:no-repeat;
|
|
background-position:100% 100%;
|
|
background-size:cover;
|
|
}
|
|
|
|
.form-group
|
|
{
|
|
margin-top : 0.5%;
|
|
}
|
|
|
|
.imgRef
|
|
{
|
|
border: 7px solid white;
|
|
box-shadow: 0px 0px 3px black;
|
|
max-height : 250px;
|
|
max-width : 250px;
|
|
} |