Skip to content

Commit

Permalink
Merge pull request #1594 from jency1/shravaya
Browse files Browse the repository at this point in the history
Improved the UI of Shravaya Food Ordering
  • Loading branch information
sunny0625 authored Aug 9, 2024
2 parents 60c9fa8 + 6521275 commit b714298
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Html-files/shray.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,35 +86,43 @@
margin: auto;
background-color: white;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: 0 0 10px rgba(0,0,0,0.8);
margin-top: 50px;
margin-bottom: 50px;
}
h2 {
text-align: center;
color: rgb(208, 50, 50);
font-weight: bold;
}
form {
display: flex;
flex-direction: column;
}
label {
margin: 10px 0 5px;
box-shadow: 0px 10px 40px -12px #b10f1f85;
font-weight: bold;
}
input, select, textarea {
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: rgb(208, 50, 50, 0.8);
}
button {
padding: 10px;
border: none;
border-radius: 5px;
background-color: #28a745;
background-color: rgb(208, 50, 50);
color: white;
cursor: pointer;
}
button:hover {
background-color: #218838;
font-weight: bold;
}
button:hover {
background-color: rgba(208, 50, 50, 1.1);
box-shadow: 0 8px 30px -15px black;
}
.confirmation-message {
display: none;
Expand Down

0 comments on commit b714298

Please sign in to comment.