Update static/style.css
Browse files- static/style.css +1 -1
static/style.css
CHANGED
@@ -67,7 +67,7 @@ button:hover {
|
|
67 |
/* Main content with psychedelic patterns */
|
68 |
.main-content {
|
69 |
padding: 50px;
|
70 |
-
background-image: url('psychedelic-pattern.png'); /* Replace with the actual path to your psychedelic pattern image */
|
71 |
background-size: cover;
|
72 |
text-align: center;
|
73 |
}
|
|
|
67 |
/* Main content with psychedelic patterns */
|
68 |
.main-content {
|
69 |
padding: 50px;
|
70 |
+
background-image: url('/static/psychedelic-pattern.png'); /* Replace with the actual path to your psychedelic pattern image */
|
71 |
background-size: cover;
|
72 |
text-align: center;
|
73 |
}
|