From a5ff13269db053896b604fc29181d60e208d0463 Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 16 Sep 2020 11:13:53 +0200 Subject: Major improvement. --- public/css/app.css | 8 ++++++++ public/img/sakamoto.jpg | Bin 0 -> 54272 bytes 2 files changed, 8 insertions(+) create mode 100644 public/img/sakamoto.jpg (limited to 'public') diff --git a/public/css/app.css b/public/css/app.css index cf0d78d..7772382 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -10889,3 +10889,11 @@ a.text-dark:focus { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } +body { + background: url(/img/sakamoto.jpg) no-repeat center center fixed; +} + +.bg-white-transparent { + background-color: rgba(255, 255, 255, 0.5); +} + diff --git a/public/img/sakamoto.jpg b/public/img/sakamoto.jpg new file mode 100644 index 0000000..b1ca5a7 Binary files /dev/null and b/public/img/sakamoto.jpg differ -- cgit v1.2.3