diff options
Diffstat (limited to 'ressources/styles')
-rwxr-xr-x | ressources/styles/default.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ressources/styles/default.css b/ressources/styles/default.css index 4f2cd9a..a82de0e 100755 --- a/ressources/styles/default.css +++ b/ressources/styles/default.css @@ -35,9 +35,11 @@ ul { /* Image de font */ html { background-color:white; -background-image:url(../images/fond2.jpeg); +background-image:url(../images/fond4.jpeg); background-attachment: fixed; background-position: center center; +background-repeat: no; +background-size: 50%; font-size: 16px; color: #a3a3a3; font-weight: bold; |