Skip to content

Commit 1fe813a

Browse files
solve UI problem
1 parent 67159b0 commit 1fe813a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

frontend/src/style/Footer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/* margin-top: 5rem; */
44
background: #6a43c3;
55
color: white;
6+
width: 100vw;
67
}
78
/* Social Icons Hover Effects */
89
.outerD .icons {

frontend/src/style/NotFound.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,25 @@
2727
.not-found-image {
2828
max-width: 100%;
2929
height: auto;
30+
border-radius: 5px;
31+
margin-block:50px;
32+
/* background-image: cross-fade(10px); */
33+
/* object-fit: contain;
34+
filter: opacity(10)px; */
35+
/* background-color: rgba(224, 110, 110, 0.6); */
36+
/* background-blend-mode: lighten; */
37+
/* filter: blur(1px); */
3038
}
39+
3140

3241
.not-found-button {
3342
display: inline-block;
3443
/* position: absolute; */
3544
top: 70%;
3645
left: 44%;
3746
padding: 10px 20px;
38-
background-color: #007bff;
39-
color: #fff;
47+
background-color: #6600ff;
48+
color: #ffffff;
4049
text-decoration: none;
4150
border: none;
4251
border-radius: 4px;

frontend/src/style/Rateus.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
border-radius: 5px;
2828
background-color: #8B5CF6;
2929
transition: box-shadow 0.3s, transform 0.3s;
30+
margin: 100px 20px;
3031
}
3132

3233
.rate-us-container:hover {

0 commit comments

Comments
 (0)