From 7ee5ca85fc70eecc796680edee4d9cec07e4a4e8 Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 17 Nov 2022 12:03:33 -0500 Subject: backgorund image change and change function display color --- static/css/main.css | 5 +++-- static/images/site/backgound.jpeg | Bin 0 -> 152897 bytes 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 static/images/site/backgound.jpeg (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index 412b2358..ba0c9d16 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,8 +1,9 @@ body { - background-image: url("../images/site/bg.gif"); - background-repeat: repeat; + background-image: url("../images/site/backgound.jpeg"); + background-repeat: no-repeat; background-attachment: fixed; background-position: center; + background-size: cover; font-family: 'Times New Roman', Times, serif; padding: 0; margin: 0; diff --git a/static/images/site/backgound.jpeg b/static/images/site/backgound.jpeg new file mode 100644 index 00000000..90281bd8 Binary files /dev/null and b/static/images/site/backgound.jpeg differ -- cgit v1.2.3