Skip to content

Commit

Permalink
Merge pull request #45 from BVPKARTHIKEYA/main
Browse files Browse the repository at this point in the history
Fixed Contact Us page
  • Loading branch information
vansh-codes authored Oct 8, 2024
2 parents 2da8975 + 8915eaf commit c691bb1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 32 deletions.
2 changes: 2 additions & 0 deletions css/contactus.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');
body {
font-family: 'Oswald', sans-serif;
Expand Down Expand Up @@ -89,6 +90,7 @@ button:hover {
animation: slideIn 0.5s forwards;
}


@keyframes slideIn {
from {
transform: translateX(-50%) translateY(20px);
Expand Down
Loading

0 comments on commit c691bb1

Please sign in to comment.