Created
January 16, 2020 01:02
-
-
Save marbaque/62af96e4b82f92d9a8b19cf67ed1bdbb to your computer and use it in GitHub Desktop.
Revisions
-
marbaque created this gist
Jan 16, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <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>