Skip to content

Commit

Permalink
Enhanced the heading in Contact form (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-848 authored May 25, 2024
1 parent e4489de commit eeca6a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/contact/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,18 @@ header {
margin: 0 auto;
padding: 25px;
padding-top: 10px;
background: rgb(245, 230, 230);
background: linear-gradient(177deg, rgba(245, 230, 230, 0.7232142857142857) 40%, rgba(249, 249, 249, 0.21621148459383754) 100%, rgba(0, 0, 0, 1) 100%);
border-radius: 20px;
display: grid;
justify-content: center;
align-items: center;
box-shadow: -10px -10px 50px #b400a5;
box-shadow: -5px -5px 25px #b400a5;
overflow: auto;
}

.contact-container h2 {
font-family: Ubuntu;
font-size: 4rem;
text-shadow: 2px 2px 10px var(--light);
margin-top: 16px;
color: white;
}
Expand Down

0 comments on commit eeca6a4

Please sign in to comment.