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/game.css

19 lines
252 B
CSS
Raw Normal View History

2015-03-06 09:51:13 +00:00
html
{
width:100%;
}
2015-02-24 10:34:35 +00:00
body
{
background-image:url("../pictures/homePic/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}
.iconGame
{
2015-03-06 09:51:13 +00:00
width: 105px;
height: 105px;
2015-02-21 15:54:08 +00:00
}