Skip to content

Commit 2e6facc

Browse files
Update style.css
1 parent cef5b67 commit 2e6facc

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

css/style.css

Lines changed: 9 additions & 17 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,
@@ -260,9 +260,6 @@ h5.name {
260260
transition: border 0.3s, background 0.3s;
261261
font-family: "Poppins", sans-serif;
262262
}
263-
.input-fields .input-group input::-moz-placeholder {
264-
color: transparent;
265-
}
266263
.input-fields .input-group input::placeholder {
267264
color: transparent;
268265
}
@@ -271,13 +268,8 @@ h5.name {
271268
outline: none;
272269
background: rgba(255, 255, 255, 0.15);
273270
}
274-
.input-fields .input-group input:not(:-moz-placeholder-shown) + label {
275-
top: 6px;
276-
left: 12px;
277-
font-size: 0.75rem;
278-
color: #ffffff;
279-
}
280-
.input-fields .input-group input:focus + label, .input-fields .input-group input:not(:placeholder-shown) + label {
271+
.input-fields .input-group input:focus + label,
272+
.input-fields .input-group input:not(:placeholder-shown) + label {
281273
top: 6px;
282274
left: 12px;
283275
font-size: 0.75rem;
@@ -318,4 +310,4 @@ h5.name {
318310
}
319311
.card-style-toggle button:active {
320312
transform: scale(0.95);
321-
}/*# sourceMappingURL=style.css.map */
313+
}

0 commit comments

Comments
 (0)