Skip to content

Commit 5b41193

Browse files
Update custom.css
1 parent 6162915 commit 5b41193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55

66
.bg-site {
77
position: absolute;
8-
background: url('../img/fr.jpg');
8+
background: url('https://strooton.sirv.com/rex.jpg');
99
background-size: cover;
1010
background-position: 50%;
1111
background-repeat: no-repeat;
@@ -39,15 +39,15 @@ body {
3939
}
4040

4141
.fog-1 {
42-
background: url("../img/fog-1.png");
42+
background: url("https://strooton.sirv.com/fog-1.png");
4343
background-repeat: repeat-x;
4444
background-position: center;
4545
background-size: contain;
4646
animation: marquee 60s linear infinite;
4747
}
4848

4949
.fog-2 {
50-
background: url("../img/fog-2.png");
50+
background: url("https://strooton.sirv.com/fog-2.png");
5151
background-repeat: repeat-x;
5252
background-position: center;
5353
background-size: contain;

0 commit comments

Comments
 (0)