Created
January 16, 2020 01:02
-
-
Save marbaque/62af96e4b82f92d9a8b19cf67ed1bdbb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<header class="p-2 md:p-3 lg:p-4 xl:p-5 shadow-md z-10 flex flex-row justify-between items-center"> | |
<img src="img/oeg-mainH-RGB.svg" class="h-10 sm:h-12 md:h-14 lg:h-16" alt="Open Education Global"> | |
<nav> | |
<ul class="list-none flex flex-row justify-around sm:justify-end p-0 m-0 bg-red-200"> | |
<li class="p-4">About OE GLOBAL +</li> | |
<li class="p-4">Activities +</li> | |
</ul> | |
</nav> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment