diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-07-26 17:32:43 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-07-26 17:32:43 +0930 |
commit | 08b66753906e667fce641844ef913e27d3470549 (patch) | |
tree | 0097427247959cddaa7abcab600d7427c884353d /iuse/index.html | |
parent | 1ae0b4abe11ce5fbd7a3754eab8e645d5bca9e60 (diff) | |
download | gnupluslinux.com-08b66753906e667fce641844ef913e27d3470549.tar.gz gnupluslinux.com-08b66753906e667fce641844ef913e27d3470549.zip |
background image tests
Diffstat (limited to 'iuse/index.html')
-rw-r--r-- | iuse/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
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;} |