From e5b5b6260f7fdae653a683992e7ad5911ec5ac38 Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Tue, 8 Aug 2023 16:17:56 +0100 Subject: [PATCH] Background changed from solid colour to image --- src/images/backgroundsharkycoin.png | 3 +++ src/stylesheets/index.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/images/backgroundsharkycoin.png diff --git a/src/images/backgroundsharkycoin.png b/src/images/backgroundsharkycoin.png new file mode 100644 index 0000000..48a2362 --- /dev/null +++ b/src/images/backgroundsharkycoin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa92476b2064576b1db1a13f14e4cef1016010e4c9f4d9af62a67ba9af76300 +size 41493 diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css index 598f18d..ee9ca61 100644 --- a/src/stylesheets/index.css +++ b/src/stylesheets/index.css @@ -1,6 +1,6 @@ /* General styling */ body{ - background-color: #007480; + background-image: url(../images/backgroundsharkycoin.png); text-align: center; } /* Title bar */