commit 69efb4bae614e62b8f2a465c525be35a3f1a71c5
parent 395d3f5e57d2c39cb3bd1a7ee8e768507b5d1e6b
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Sun, 9 Aug 2015 13:39:30 +0200
adding background image from wikimedia.org
Diffstat:
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/frontend/Gala.jpg b/src/frontend/Gala.jpg
Binary files differ.
diff --git a/src/frontend/style.css b/src/frontend/style.css
@@ -37,7 +37,8 @@ header {
header h1 {
height: 190px;
margin: 0px;
- background-image: url(toysX.jpg);
+ background-color: black;
+ background-image: url(Gala.jpg);
background-repeat: no-repeat;
}
header h1, header h2 {
diff --git a/src/frontend/toys2.jpg b/src/frontend/toys2.jpg
Binary files differ.