Skip to content

Instantly share code, notes, and snippets.

@marbaque
Created January 16, 2020 01:02
Show Gist options
  • Select an option

  • Save marbaque/62af96e4b82f92d9a8b19cf67ed1bdbb to your computer and use it in GitHub Desktop.

Select an option

Save marbaque/62af96e4b82f92d9a8b19cf67ed1bdbb to your computer and use it in GitHub Desktop.

Revisions

  1. marbaque created this gist Jan 16, 2020.
    9 changes: 9 additions & 0 deletions oeg header
    Original 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>