Skip to content

Commit

Permalink
changes the styling of submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush215mb committed Aug 14, 2024
1 parent f2ce48b commit 1590fa2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/Components/ContactUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ function ContactUs() {
></textarea>
</div>

<button
type="submit"
className="w-full py-2 px-4 bg-transparent rounded-md hover:bg-cyan-600"
>
<span className="text-xl font-bold">Submit</span>
</button>
<div className="flex justify-center">
<button
type="submit"
className="w-48 py-2 px-4 text-xl font-bold bg-transparent rounded-md hover:bg-transparent hover:border "
>
Submit
</button>
</div>
</motion.form>
</div>
</motion.div>
Expand Down

0 comments on commit 1590fa2

Please sign in to comment.