diff options
author | Corentin BRETON <neodarz@neodarz.ovh> | 2016-07-28 21:14:34 +0200 |
---|---|---|
committer | Corentin BRETON <neodarz@neodarz.ovh> | 2016-07-28 21:14:34 +0200 |
commit | cacaf7d09c6424e109788bd43ff276dbcf3c288a (patch) | |
tree | 5a17c9792d6594ef9ab2ce3c06c13906be0df6db | |
parent | d4360bebb4821395fbff8313e2225a0d731f1c65 (diff) | |
download | my_old_personal_website-cacaf7d09c6424e109788bd43ff276dbcf3c288a.tar.xz my_old_personal_website-cacaf7d09c6424e109788bd43ff276dbcf3c288a.zip |
Add updated css file
-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; |