Log In
BASIC-LIBRARY / SECTION / HEADER

Header Four

Preview Code
Quick edit
<header class="body-font text-gray-600">
  <div
    class="container ml-auto mr-auto mx-auto flex flex-wrap pt-5 pr-5 pb-5 pl-5 flex-col items-center max-w-screen-2xl md:flex-row"
  >
    <img
      class="max-w-full w-40 h-max object-center"
      src="https://tailsections.com/logo.png"
    />
    <nav
      class="flex flex-wrap items-center text-base justify-center md:ml-auto md:mr-auto"
    >
      <a class="mr-5 hover:text-gray-900">Dashboard</a>
      <a class="mr-5 hover:text-gray-900">Integrations</a>
      <a class="mr-5 hover:text-gray-900">API Docs</a>
      <a class="mr-5 hover:text-gray-900">Community</a>
    </nav>
    <button
      class="inline-flex items-center bg-gray-100 border-0 pt-1 pb-1 py-1 pl-3 pr-3 px-3 focus:outline-none rounded text-base mt-4 hover:bg-gray-200 md:mt-0"
    >
      <span data-node-handle="base-text" class="inline-block h-auto w-auto">
        Sign In
      </span>
      <svg
        fill="none"
        stroke="currentColor"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="2"
        class="w-4 h-4 ml-1"
        viewBox="0 0 24 24"
      >
        <path d="M5 12h14M12 5l7 7-7 7"></path>
      </svg>
    </button>
  </div>
</header>
© 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