Skip to content

Commit

Permalink
contactus.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BVPKARTHIKEYA authored Oct 8, 2024
1 parent 6056f5c commit edf702e
Showing 1 changed file with 2 additions and 0 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

0 comments on commit edf702e

Please sign in to comment.