12 lines
221 B
CSS
12 lines
221 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%;
|
|
} |