From 08b66753906e667fce641844ef913e27d3470549 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 26 Jul 2018 17:32:43 +0930 Subject: background image tests --- iuse/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iuse/index.html b/iuse/index.html index 77b7cdd..dd86fd0 100644 --- a/iuse/index.html +++ b/iuse/index.html @@ -25,6 +25,10 @@ right: 0; bottom: 0; left: 0; + color: Gunmetal; + background-image: url("landscape.jpg"); + background-repeat: no-repeat; + background-size: cover; } .content img {position: absolute; right: 0; bottom: 0;} .title {text-align: center;} -- cgit v1.2.3