aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-17 12:03:33 -0500
committerBobby <[email protected]>2022-11-17 12:03:33 -0500
commit7ee5ca85fc70eecc796680edee4d9cec07e4a4e8 (patch)
tree4d7c45801fcb01a22afad19f550f9a6e8042b333 /static
parent2611c4292a7ee2d0e4edc02e13f72ec2e8148642 (diff)
downloadthatcomputerscientist-7ee5ca85fc70eecc796680edee4d9cec07e4a4e8.tar.xz
thatcomputerscientist-7ee5ca85fc70eecc796680edee4d9cec07e4a4e8.zip
backgorund image change and change function display color
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css5
-rw-r--r--static/images/site/backgound.jpegbin0 -> 152897 bytes
2 files changed, 3 insertions, 2 deletions
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
--- /dev/null
+++ b/static/images/site/backgound.jpeg
Binary files differ