Created
July 28, 2020 16:48
-
-
Save AKOPWeb/9f9e4ac3de15d2f3e2e5d7c95e13e933 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="flex"> | |
<li class="flex flex-col relative text-center space-y-3"> | |
<div class="bg-blue-100 rounded-lg p-3">COMPANY</div> | |
<ul class="flex space-x-3"> | |
<li class="flex flex-col relative space-y-3"> | |
<div class="bg-teal-300 rounded-lg p-2">Sales Department</div> | |
<ul class="flex space-x-3"> | |
<li class="flex flex-col relative"> | |
<div class="bg-teal-300 rounded-lg p-2">Sub Sales A</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-teal-300 rounded-lg p-2">Sub Sales B</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-teal-300 rounded-lg p-2">Sub Sales B</div> | |
</li> | |
</ul> | |
</li> | |
<li class="flex flex-col relative space-y-3"> | |
<div class="bg-teal-300 rounded-lg">Purchase Dept</div> | |
<ul class="flex space-x-3"> | |
<li class="flex flex-col relative"> | |
<div class="bg-teal-300 rounded-lg p-2">Sub Sales A</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-teal-300 rounded-lg p-2">Sub Sales B</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-teal-300 rounded-lg p-2">Sub Sales B</div> | |
</li> | |
</ul> | |
</li> | |
<li class="flex flex-col relative space-y-3"> | |
<div class="bg-orange-300 rounded-lg">Controlling</div> | |
<ul class="flex"> | |
<li class="flex flex-col relative"> | |
<div class="bg-orange-200 rounded-lg">Sub-Controlling</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-orange-200 rounded-lg">Sub-Controlling</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-orange-200 rounded-lg">Sub-Controlling</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-orange-200 rounded-lg">Sub-Controlling</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-orange-200 rounded-lg">Sub-Controlling</div> | |
</li> | |
<li class="flex flex-col relative"> | |
<div class="bg-orange-200 rounded-lg">Sub-Controlling with a big ass text</div> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment