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

20 lines
333 B
CSS
Raw Normal View History

2015-02-19 15:45:23 +00:00
body {
background-image:url("../pictures/homePic/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}
2015-02-19 15:50:00 +00:00
.form-group
2015-02-19 15:45:23 +00:00
{
2015-02-19 15:50:00 +00:00
margin-top : 0.5%;
2015-02-19 15:56:05 +00:00
}
.imgRef
{
border: 7px solid white;
box-shadow: 0px 0px 3px black;
2015-02-19 16:29:01 +00:00
max-height : 250px;
max-width : 250px;
2015-02-19 15:45:23 +00:00
}