Skip to content

Commit

Permalink
solve UI problem
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuNarware committed Sep 16, 2024
1 parent 67159b0 commit 1fe813a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/src/style/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/* margin-top: 5rem; */
background: #6a43c3;
color: white;
width: 100vw;
}
/* Social Icons Hover Effects */
.outerD .icons {
Expand Down
13 changes: 11 additions & 2 deletions frontend/src/style/NotFound.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,25 @@
.not-found-image {
max-width: 100%;
height: auto;
border-radius: 5px;
margin-block:50px;
/* background-image: cross-fade(10px); */
/* object-fit: contain;
filter: opacity(10)px; */
/* background-color: rgba(224, 110, 110, 0.6); */
/* background-blend-mode: lighten; */
/* filter: blur(1px); */
}


.not-found-button {
display: inline-block;
/* position: absolute; */
top: 70%;
left: 44%;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
background-color: #6600ff;
color: #ffffff;
text-decoration: none;
border: none;
border-radius: 4px;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/style/Rateus.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
border-radius: 5px;
background-color: #8B5CF6;
transition: box-shadow 0.3s, transform 0.3s;
margin: 100px 20px;
}

.rate-us-container:hover {
Expand Down

0 comments on commit 1fe813a

Please sign in to comment.