Skip to content

Commit

Permalink
Merge pull request #804 from divyansh-2005/Feature_Request-#795
Browse files Browse the repository at this point in the history
style: Feature_Request
  • Loading branch information
apu52 authored Jun 26, 2024
2 parents 7825dfc + 1346235 commit 9304c5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1 class="feedback-heading">Rate Our Service</h1>
<p id="packageTour-rating-text">Rating: 0</p>
<!-- Feedback input box section -->
<div>
<label for="feedback-input" id="rating-text">Your feedback:</label>
<label for="feedback-input" id="rating-text">Your Feedback:</label>
<br><br>
<textarea id="feedback-input" placeholder="Remember to be nice please!"></textarea>
</div>
Expand Down
Binary file added img/greenbackgroung.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions style_.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

/* Google Fonts */
body {
background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url("./img/sunset.jpg");
background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url("./img/greenbackgroung.jpeg");
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
/background: linear-gradient(to right, #4DA0B0, #fff);/ font-family: "Arial", sans-serif;
/* background: linear-gradient(to right, #4DA0B0, #fff);/ font-family: "Arial", sans-serif; */
}

.feedback-heading {
Expand Down Expand Up @@ -51,7 +51,7 @@ body {

.glassmorphism-container {
background: rgba(46, 123, 225, 0.1);
backdrop-filter: blur(10px);
backdrop-filter: blur(0.5px);
border-radius: 15px;

padding: 20px;
Expand Down Expand Up @@ -102,7 +102,7 @@ p {
#231557 0%,
#44107a 29%,
#ff1361 67%,
#fff800 100%);
#dc3545 100%);

background-size: auto auto;
background-clip: border-box;
Expand Down

0 comments on commit 9304c5d

Please sign in to comment.