Skip to content

Commit

Permalink
Merge pull request #1857 from sakeel-103/main
Browse files Browse the repository at this point in the history
#Contact Section background color improved. Now it looks good
  • Loading branch information
akshitagupta15june authored Jun 22, 2024
2 parents 4a7a697 + 4be50da commit b05c72a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h1 class="heading-main-body-h1"><span>Adopt</span> Me</h1>
</section>
<!-- About session html starts from here -->

<section class="bg-white dark:bg-gray-900 b_1 shadow-2xl">
<section class="bg-white dark:bg-gray-700 b_1 shadow-2xl">
<div class="py-8 lg:py-16 px-4 mx-auto max-w-screen-md">
<p id="About"></p>
<h2
Expand Down Expand Up @@ -589,10 +589,10 @@ <h5 class="text_3 md:text-[40px] font-bold mb-2 text-center">

<!-- style="opacity: 0; transform: translateX(50px); transition: opacity 1s ease, transform 1s ease;" -->
<!-- Contact us section html starts from here -->
<section id="contact" class="dark:bg-gray-900 b_1 pt-40 pb-20">
<section id="contact" class="dark:bg-gray-700 b_1 pt-40 pb-20">
<div class="w-full contact-form-container mx-auto max-w-screen-md" id="contactFormContainer">
<form action="https://formspree.io/f/xayaokzl" method="POST"
class="bg-black rounded-md main-bg-clip-padding backdrop-filter backdrop-blur-sm bg-opacity-20 border border-gray-100 px-8 pt-8 pb-10">
class="bg-black rounded-md main-bg-clip-padding backdrop-filter backdrop-blur-sm bg-opacity-200 border border-gray-50 px-8 pt-8 pb-10">
<p id="contact"></p>


Expand Down

0 comments on commit b05c72a

Please sign in to comment.