This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
ModuleWeb/SRC/public/css/home.css
Jerome Morjon 400022380c maj home
2015-02-19 16:50:00 +01:00

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%;
}