diff options
| author | Bobby <[email protected]> | 2022-11-17 12:03:33 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-17 12:03:33 -0500 |
| commit | 7ee5ca85fc70eecc796680edee4d9cec07e4a4e8 (patch) | |
| tree | 4d7c45801fcb01a22afad19f550f9a6e8042b333 /static/css/main.css | |
| parent | 2611c4292a7ee2d0e4edc02e13f72ec2e8148642 (diff) | |
| download | thatcomputerscientist-7ee5ca85fc70eecc796680edee4d9cec07e4a4e8.tar.xz thatcomputerscientist-7ee5ca85fc70eecc796680edee4d9cec07e4a4e8.zip | |
backgorund image change and change function display color
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 5 |
1 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; |
