Skip to content

Commit

Permalink
fa
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Apr 9, 2024
1 parent ccbc5eb commit 0aa69ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions form3.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

<body>
<main>
<div id="hello" class="m-auto flex h-max bg-[#242424] sm:h-[120vh] md:h-screen">
<div id="hello" class="m-auto overflow-hidden flex h-max sm:h-[120vh] md:h-screen">
<div
class="m-auto h-max w-screen items-center justify-center rounded-sm border-red-500 shadow-2xl shadow-[] sm:flex sm:w-[85vw] md:h-[85vh]">
class="m-auto h-max w-screen bg-[#242424] items-center justify-center rounded-sm border-red-500 shadow-2xl shadow-[] sm:flex sm:w-[85vw] md:h-[85vh]">
<div class="ha m-4 flex flex-col justify-center p-2 sm:w-[60vw] md:h-full">
<h1 class="text-3xl font-bold text-lime-600">Connect to initiate</h1>
<p class="my-4 font-semibold text-lime-700 sm:my-2">Tell us more about you and we will Contact you soon :)</p>
Expand Down

0 comments on commit 0aa69ca

Please sign in to comment.