Published on

6 Critical Skills To Build A Fully CSS Responsive Outlook Clone With Tailwind CSS Remarkably Well

Fully CSS responsive Outlook clone

What is Tailwind CSS?

Tailwind CSS is a utility-first CSS framework that focuses on creating personalized user interfaces quickly. It can gives you all the building blocks you are able to create personalized designs without having to fight to override irritating opinionated styles. Also, Tailwind CSS is a highly configurable, low-level CSS framework.

The description of Fully CSS responsive Outlook clone ui component

codepen.io/d8vjork/pen/grgvxkj

Why use Tailwind CSS to create a Fully CSS responsive Outlook clone ui component?

  • It can make the building process of Fully CSS responsive Outlook clone ui component faster and more easily.
  • Enables building complex responsive layouts and components freely.
  • Minimum lines of CSS code in Fully CSS responsive Outlook clone component file.

The preview of Fully CSS responsive Outlook clone ui component

Free download of the Fully CSS responsive Outlook clone's source code

The source code of Fully CSS responsive Outlook clone ui component

<style>
*:focus {
  outline: none !important;
}

.w-32px {
  width: 32px;
  height: 32px;
}
</style>
  <div class="flex items-center justify-between lg:justify-start w-full text-white bg-blue-600">
    <div class="flex items-center justify-between lg:w-2/12">
      <div class="flex justify-between items-center">
        <a href="#" class="block lg:hidden no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--GlobalNavButton"></i>
                </a>

        <a href="#" class="block lg:hidden no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--Search"></i>
                </a>

        <a href="#" class="hidden lg:block no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--WaffleOffice365"></i>
                </a>

        <h1 class="hidden lg:block font-semibold px-2">Outlook</h1>
      </div>
    </div>

    <span class="lg:hidden font-semibold">
            Inbox
        </span>

    <div class="flex lg:hidden items-stretch justify-end">
      <a href="#" class="no-underline hover:bg-blue-700 p-4">
                <i class="ms-Icon ms-Icon--SingleColumnEdit"></i>
            </a>
    </div>

    <div class="hidden lg:flex items-center justify-between w-10/12">
      <div class="relative flex flex-grow items-center bg-blue-300 text-blue-700 rounded-sm mr-4">
        <span class="absolute left-0 px-3">
                    <i class="ms-Icon ms-Icon--Search"></i>
                </span>

        <input type="text" class="hidden lg:block no-appearance bg-blue-300 placeholder-blue-700 py-1 ml-10" placeholder="Search">
      </div>

      <div class="hidden lg:flex items-stretch justify-end">
        <a href="#" class="no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--SkypeLogo"></i>
                </a>
        <a href="#" class="no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--Diamond"></i>
                </a>
        <a href="#" class="no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--EventToDoLogo"></i>
                </a>
        <a href="#" class="no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--Settings"></i>
                </a>
        <a href="#" class="no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--Help"></i>
                </a>
        <a href="#" class="no-underline hover:bg-blue-700 p-4">
                    <i class="ms-Icon ms-Icon--Megaphone"></i>
                </a>
        <a href="#" class="flex items-center no-underline hover:bg-blue-700 px-3">
                    <span class="flex items-center justify-center w-32px bg-purple-500 rounded-full">
                        D8
                    </span>
                </a>
      </div>
    </div>
  </div>

  <div class="flex items-center justify-between w-full border-b border-gray-400 p-2">
    <div class="hidden lg:flex items-center w-full">
      <div class="w-2/12">
        <a href="#" class="no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--GlobalNavButton"></i>
                </a>
        <a href="#" class="font-semibold bg-blue-600 text-sm text-white rounded-sm p-2 mx-2">
                    New message
                </a>
      </div>

      <div class="flex flex-nowrap w-10/12 text-sm">
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mr-2">
                    <i class="ms-Icon ms-Icon--Delete mr-1"></i>
                    Remove
                </a>
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--Archive mr-1"></i>
                    Archive
                </a>
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--Blocked mr-1"></i>
                    Spam
                    <i class="ms-Icon ms-Icon--ChevronDownMed text-xs ml-2"></i>
                </a>
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--Broom mr-1"></i>
                    Sweep
                </a>
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--FabricMovetoFolder mr-1"></i>
                    Move to
                    <i class="ms-Icon ms-Icon--ChevronDownMed text-xs ml-2"></i>
                </a>
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--Tag mr-1"></i>
                    Categorise
                    <i class="ms-Icon ms-Icon--ChevronDownMed text-xs ml-2"></i>
                </a>
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--Clock mr-1"></i>
                    Snooze
                    <i class="ms-Icon ms-Icon--ChevronDownMed text-xs ml-2"></i>
                </a>
        <a href="#" class="inline-flex items-center no-underline hover:bg-gray-100 text-blue-700 p-1 mx-2">
                    <i class="ms-Icon ms-Icon--More"></i>
                </a>
      </div>
    </div>

    <div class="flex lg:hidden rounded-full bg-gray-300 text-gray-700 border-2 border-gray-300">
      <div class="text-blue-500 rounded-full bg-white py-1 px-2">
        Focused
      </div>

      <span class="py-1 px-2">
                Other
            </span>
    </div>

    <a href="#" class="flex lg:hidden items-center text-sm text-gray-700">
            <i class="ms-Icon ms-Icon--Filter mr-1"></i>
            Filter
        </a>
  </div>

  <div class="relative overflow-y-scroll h-screen">
    <div class="absolute lg:flex w-screen">
      <div class="block lg:flex lg:w-1/2 hover:bg-gray-200 border-b border-gray-400 py-2 px-4">
        <span class="hidden lg:flex flex-shrink-0 items-center justify-center w-32px bg-blue-500 text-white rounded-full">
                    M
                </span>

        <div class="lg:ml-3">
          <h3 class="text-base truncate">
            Microsoft
          </h3>

          <div class="flex flex-nowrap justify-between items-center">
            <h4 class="truncate text-sm pr-2">
              Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius sunt adipisci similique dolore obcaecati vitae a debitis dolorum quos quod. Eos neque a nisi porro totam ut voluptatem, praesentium recusandae?
            </h4>

            <span class="flex-shrink-0 text-xs text-gray-700 text-right">
                            Sun 29/12
                        </span>
          </div>

          <p class="text-sm text-gray-800 truncate">
            Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ipsam odit deserunt sequi voluptatibus animi tempora placeat facilis dolore exercitationem soluta. Officiis exercitationem voluptatem consequatur sed fugit deserunt optio nihil fuga.
          </p>
        </div>
      </div>

      <!-- <div class="hidden lg:block lg:w-1/2">
                <h1>Test</h1>
            </div> -->
    </div>
  </div>

  <div class="fixed lg:hidden flex bottom-0 w-full">
    <div class="flex items-center justify-between w-full border-t border-gray-200 p-2">
      <div class="px-8">
        <a href="#" class="text-2xl text-blue-600">
                    <i class="ms-Icon ms-Icon--Mail"></i>
                </a>
      </div>
      <div class="px-8">
        <a href="#" class="text-2xl text-gray-700">
                    <i class="ms-Icon ms-Icon--Calendar"></i>
                </a>
      </div>
      <div class="px-8">
        <a href="#" class="text-2xl text-gray-700">
                    <i class="ms-Icon ms-Icon--People"></i>
                </a>
      </div>
    </div>
  </div>

How to create a Fully CSS responsive Outlook clone with Tailwind CSS?

Install tailwind css of verion 1.1.0

Use the link html tag to import the stylesheet of Tailwind CSS of the version 1.1.0

<link href=https://unpkg.com/tailwin[email protected]/dist/tailwind.min.css rel="stylesheet">

All the unility class needed to create a Fully CSS responsive Outlook clone component

  • flex
  • lg:justify-start
  • w-full
  • text-white
  • bg-blue-600
  • lg:w-2/12
  • block
  • lg:hidden
  • hover:bg-blue-700
  • p-4
  • hidden
  • lg:block
  • px-2
  • lg:flex
  • w-10/12
  • relative
  • flex-grow
  • bg-blue-300
  • text-blue-700
  • mr-4
  • absolute
  • left-0
  • px-3
  • py-1
  • ml-10
  • w-32px
  • bg-purple-500
  • border-b
  • border-gray-400
  • p-2
  • w-2/12
  • hover:bg-gray-100
  • p-1
  • mx-2
  • text-sm
  • flex-nowrap
  • inline-flex
  • mr-2
  • mr-1
  • text-xs
  • ml-2
  • bg-gray-300
  • text-gray-700
  • border-2
  • border-gray-300
  • text-blue-500
  • bg-white
  • overflow-y-scroll
  • h-screen
  • w-screen
  • lg:w-1/2
  • hover:bg-gray-200
  • py-2
  • px-4
  • flex-shrink-0
  • bg-blue-500
  • lg:ml-3
  • text-base
  • pr-2
  • text-right
  • text-gray-800
  • fixed
  • bottom-0
  • border-t
  • border-gray-200
  • px-8
  • text-2xl
  • text-blue-600

68 steps to create a Fully CSS responsive Outlook clone component with Tailwind CSS

  1. Use flex to create a block-level flex container.

  2. Use justify-start to justify items against the start of the container’s main axis at only large screen sizes.

  3. Use w-full to set an element to a 100% based width.

  4. Control the text color of an element to white using the text-white utilities.

  5. Control the background color of an element to blue-600 using the bg-blue-600 utilities.

  6. Use lg:w-2/12 to set an element to a fixed width(2/12) at only large screen sizes.

  7. Use inline utilities to put the element on its own line and fill its parent.

  8. Use hidden to set an element to display: none and remove it from the page layout at only large screen sizes.

  9. Control the background color of an element to blue-700 using the hover:bg-blue-700 utilities on hover.

  10. Control the padding on all sides of an element to 1rem using the p-4 utilities.

  11. Use hidden to set an element to display: none and remove it from the page layout.

  12. Use inline utilities to put the element on its own line and fill its parent at only large screen sizes.

  13. Control the horizontal padding of an element to 0.5rem using the px-2 utilities.

  14. Use flex to create a block-level flex container at only large screen sizes.

  15. Use w-10/12 to set an element to a fixed width(10/12).

  16. Use relative to position an element according to the normal flow of the document.

  17. Use flex to create a block-level flex container.

  18. Control the background color of an element to blue-300 using the bg-blue-300 utilities.

  19. Control the text color of an element to blue-700 using the text-blue-700 utilities.

  20. Control the margin on right side of an element to 1rem using the mr-4 utilities.

  21. Use absolute to position an element outside of the normal flow of the document, causing neighboring elements to act as if the element doesn’t exist.

  22. Use the left-0 utilities to set the left position of a positioned element to 0rem.

  23. Control the horizontal padding of an element to 0.75rem using the px-3 utilities.

  24. Control the vertical padding of an element to 0.25rem using the py-1 utilities.

  25. Control the margin on left side of an element to 2.5rem using the ml-10 utilities.

  26. Use w-32px to set an element to a fixed width(32px).

  27. Control the background color of an element to purple-500 using the bg-purple-500 utilities.

  28. Control the border color of an element to b using the border-b utilities.

  29. Control the border color of an element to gray-400 using the border-gray-400 utilities.

  30. Control the padding on all sides of an element to 0.5rem using the p-2 utilities.

  31. Use w-2/12 to set an element to a fixed width(2/12).

  32. Control the background color of an element to gray-100 using the hover:bg-gray-100 utilities on hover.

  33. Control the padding on all sides of an element to 0.25rem using the p-1 utilities.

  34. Control the horizontal margin of an element to 0.5rem using the mx-2 utilities.

  35. Control the text color of an element to sm using the text-sm utilities.

  36. Use flex to create a block-level flex container.

  37. Use inline-flex to create an inline flex container that flows with text.

  38. Control the margin on right side of an element to 0.5rem using the mr-2 utilities.

  39. Control the margin on right side of an element to 0.25rem using the mr-1 utilities.

  40. Control the text color of an element to xs using the text-xs utilities.

  41. Control the margin on left side of an element to 0.5rem using the ml-2 utilities.

  42. Control the background color of an element to gray-300 using the bg-gray-300 utilities.

  43. Control the text color of an element to gray-700 using the text-gray-700 utilities.

  44. Control the border color of an element to 0.5rem using the border-2 utilities.

  45. Control the border color of an element to gray-300 using the border-gray-300 utilities.

  46. Control the text color of an element to blue-500 using the text-blue-500 utilities.

  47. Control the background color of an element to white using the bg-white utilities.

  48. Use overflow-y-scroll to allow vertical scrolling and always show scrollbars unless always-visible scrollbars are disabled by the operating system.

  49. Use h-screen to make an element span the entire height of the viewport.

  50. Use w-screen to make an element span the entire width of the viewport.

  51. Use lg:w-1/2 to set an element to a fixed width(1/2) at only large screen sizes.

  52. Control the background color of an element to gray-200 using the hover:bg-gray-200 utilities on hover.

  53. Control the vertical padding of an element to 0.5rem using the py-2 utilities.

  54. Control the horizontal padding of an element to 1rem using the px-4 utilities.

  55. Use flex to create a block-level flex container.

  56. Control the background color of an element to blue-500 using the bg-blue-500 utilities.

  57. Control the margin on left side of an element to 0.75rem at only large screen sizes using the lg:ml-3 utilities.

  58. Control the text color of an element to base using the text-base utilities.

  59. Control the padding on right side of an element to 0.5rem using the pr-2 utilities.

  60. Control the text color of an element to right using the text-right utilities.

  61. Control the text color of an element to gray-800 using the text-gray-800 utilities.

  62. Use fixed to position an element relative to the browser window.

  63. Use the bottom-0 utilities to set the bottom position of a positioned element to 0rem.

  64. Control the border color of an element to t using the border-t utilities.

  65. Control the border color of an element to gray-200 using the border-gray-200 utilities.

  66. Control the horizontal padding of an element to 2rem using the px-8 utilities.

  67. Control the text color of an element to 2xl using the text-2xl utilities.

  68. Control the text color of an element to blue-600 using the text-blue-600 utilities.

Conclusion

The above is a step-by-step tutorial on how to use Tailwind CSS to create a Fully CSS responsive Outlook clone components, learn and follow along to implement your own components.