Skip to content

Commit cef5b67

Browse files
Update style.css
1 parent faaf275 commit cef5b67

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css/style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ body {
3737
backdrop-filter: blur(12px);
3838
background-color: rgba(255, 255, 255, 0.05);
3939
border: 1px solid rgba(255, 255, 255, 0.1);
40-
background-image: url("./images/bg1.png");
40+
background-image: url("/images/bg1.png");
4141
background-size: cover;
4242
background-position: center;
4343
padding: 28px;
@@ -56,15 +56,15 @@ body {
5656
transform: scale(1.05) rotate(0.2deg);
5757
}
5858
.container.bg-1 {
59-
background-image: url("./images/bg1.png");
59+
background-image: url("/images/bg1.png");
6060
color: #ffffff;
6161
}
6262
.container.bg-1 h5,
6363
.container.bg-1 h6 {
6464
text-shadow: none;
6565
}
6666
.container.bg-2 {
67-
background-image: url("./images/bg2.png");
67+
background-image: url("/images/bg2.png");
6868
color: black;
6969
}
7070
.container.bg-2 h5,
@@ -73,7 +73,7 @@ body {
7373
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), 0 0 5px rgba(0, 0, 0, 0.5);
7474
}
7575
.container.bg-3 {
76-
background-image: url("./images/bg3.png");
76+
background-image: url("/images/bg3.png");
7777
color: rgb(255, 0, 0);
7878
}
7979
.container.bg-3 h5,
@@ -82,15 +82,15 @@ body {
8282
text-shadow: 1px 1px 2px rgba(255, 0, 0, 0.8), 0 0 5px rgba(255, 0, 0, 0.5);
8383
}
8484
.container.bg-4 {
85-
background-image: url("./images/bg4.png");
85+
background-image: url("/images/bg4.png");
8686
color: #ffffff;
8787
}
8888
.container.bg-4 h5,
8989
.container.bg-4 h6 {
9090
text-shadow: none;
9191
}
9292
.container.bg-5 {
93-
background-image: url("./images/bg5.png");
93+
background-image: url("/images/bg5.png");
9494
color: #ffffff;
9595
}
9696
.container.bg-5 h5,
@@ -318,4 +318,4 @@ h5.name {
318318
}
319319
.card-style-toggle button:active {
320320
transform: scale(0.95);
321-
}/*# sourceMappingURL=style.css.map */
321+
}/*# sourceMappingURL=style.css.map */

0 commit comments

Comments
 (0)