Skip to content

Commit

Permalink
Merge pull request #201 from Riya7045/Riya7045/issue170
Browse files Browse the repository at this point in the history
Chaotic Feat: Glassmorphism Effect
  • Loading branch information
vansh-codes authored Oct 30, 2024
2 parents 6b17eab + 5011abe commit 41e651f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/contactus.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ body {


.contact-form-container {
background-color: rgba(161, 161, 161, 0.2);
padding: 20px;
background: rgba(255, 255, 255, 0.1); /* Transparent white background */
backdrop-filter: blur(10px); /* Glassmorphism blur effect */
border-radius: 12px;
box-shadow: 0 0 15px rgba(162, 152, 152, 0.515);
padding: 20px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Softer shadow for glass effect */
border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border for glassmorphism */
width: 320px;
border: 2px solid rgba(255, 251, 251, 0.779);
}

h1 {
Expand Down

0 comments on commit 41e651f

Please sign in to comment.