From cacaf7d09c6424e109788bd43ff276dbcf3c288a Mon Sep 17 00:00:00 2001 From: Corentin BRETON Date: Thu, 28 Jul 2016 21:14:34 +0200 Subject: Add updated css file --- ressources/styles/default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.1