Log In
BASIC-LIBRARY / SECTION / CONTACT

Contact One

Preview Code
Quick edit
<section class="body-font relative text-gray-600">
  <div class="absolute inset-0 bg-gray-300">
    <iframe
      width="100%"
      height="100%"
      frameborder="0"
      marginheight="0"
      marginwidth="0"
      title="map"
      scrolling="no"
      src="https://maps.google.com/maps?width=100%&amp;height=600&amp;hl=en&amp;q=Malta&amp;ie=UTF8&amp;t=&amp;z=14&amp;iwloc=B&amp;output=embed"
      style="filter: grayscale(1) contrast(1.2) opacity(0.4);"
      class
    ></iframe>
  </div>
  <div
    class="container pl-5 pr-5 px-5 pt-24 pb-24 py-24 ml-auto mr-auto mx-auto flex"
  >
    <div
      class="relative z-10 bg-white rounded-lg pt-8 pr-8 pb-8 pl-8 flex flex-col w-full mt-10 shadow-md md:w-1/2 md:ml-auto md:mt-0 lg:w-1/3"
    >
      <h2 class="title-font text-gray-900 text-lg mb-1 font-medium">
        Get in Touch
      </h2>
      <p class="leading-relaxed mb-5 text-gray-600">
        We&apos;d love to hear your thoughts, feedback, or just a quick hello
        from your corner of the world.
      </p>
      <div class="relative mb-4">
        <label for="email" class="leading-7 text-sm text-gray-600">Email</label>
        <input
          type="email"
          name="email"
          class="transition-colors duration-200 ease-in-out w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 pt-1 pb-1 py-1 pl-3 pr-3 px-3 leading-8"
        />
      </div>
      <div class="relative mb-4">
        <label for="message" class="leading-7 text-sm text-gray-600">
          Message
        </label>
        <textarea
          name="message"
          class="resize-none transition-colors duration-200 ease-in-out w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 h-32 text-base outline-none text-gray-700 pt-1 pb-1 py-1 pl-3 pr-3 px-3 leading-6"
        ></textarea>
      </div>
      <button
        class="text-white bg-indigo-500 border-0 pt-2 pb-2 py-2 pl-6 pr-6 px-6 focus:outline-none rounded text-lg hover:bg-indigo-600"
      >
        Submit
      </button>
      <p class="text-xs text-gray-500 mt-3">
        Your message helps us improve &#x2014; we appreciate every word you
        share.
      </p>
    </div>
  </div>
</section>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account