Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading