Skip to content

Instantly share code, notes, and snippets.

@flagrede

flagrede/.tsx Secret

Last active June 27, 2020 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flagrede/e440ac5c56f21ef9b9db37d1c780ad20 to your computer and use it in GitHub Desktop.
Save flagrede/e440ac5c56f21ef9b9db37d1c780ad20 to your computer and use it in GitHub Desktop.
Zelda BOTW Part 1: Layout
<div className="bg-zelda-darkGreen min-h-screen pt-32">
<div className="container mx-auto flex flex-col xl:flex-row">
<div className="w-full xl:w-1/2"></div>
<div className="w-full xl:w-1/2"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment