Update static/css/styles.css
Browse files- static/css/styles.css +1 -1
static/css/styles.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
body {
|
3 |
margin: 0;
|
4 |
font-family: 'Comic Sans MS', 'Chalkduster', cursive;
|
5 |
-
background: url('/static/assets/vrindavan-
|
6 |
color: #333;
|
7 |
overflow-x: hidden;
|
8 |
position: relative;
|
|
|
2 |
body {
|
3 |
margin: 0;
|
4 |
font-family: 'Comic Sans MS', 'Chalkduster', cursive;
|
5 |
+
background: url('/static/assets/vrindavan-bg.jpg') no-repeat center center/cover; /* Use the edited image as background */
|
6 |
color: #333;
|
7 |
overflow-x: hidden;
|
8 |
position: relative;
|