From 93ec3bb03ad4a68e865daf63c2ac1201723405b8 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 5 Sep 2021 17:14:02 +0200 Subject: [PATCH] Test image fond --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index b45ed9a..41b9601 100644 --- a/styles.css +++ b/styles.css @@ -162,7 +162,7 @@ p { div.apropos, div.apropossuite { background-attachment: scroll, scroll, fixed; background-color: #dcd0a8; - background-image: url(); + background-image: url(electronic.png); background-repeat: repeat, repeat, no-repeat; background-size: auto, auto, cover; }