Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Update style.css
Browse files
style.css
CHANGED
@@ -11,7 +11,7 @@ body {
|
|
11 |
display: flex;
|
12 |
flex-direction: column;
|
13 |
background-color: #121212;
|
14 |
-
background-image: url("assets/bg.png");
|
15 |
background-size: cover;
|
16 |
}
|
17 |
#header_block {
|
@@ -65,7 +65,7 @@ body {
|
|
65 |
display: inline-block;
|
66 |
width: 30px;
|
67 |
height: 30px;
|
68 |
-
background-image: url(assets/eraser.png);
|
69 |
background-size: cover;
|
70 |
}
|
71 |
#footer_block {
|
|
|
11 |
display: flex;
|
12 |
flex-direction: column;
|
13 |
background-color: #121212;
|
14 |
+
background-image: url("file=assets/bg.png");
|
15 |
background-size: cover;
|
16 |
}
|
17 |
#header_block {
|
|
|
65 |
display: inline-block;
|
66 |
width: 30px;
|
67 |
height: 30px;
|
68 |
+
background-image: url('file=assets/eraser.png');
|
69 |
background-size: cover;
|
70 |
}
|
71 |
#footer_block {
|