Skip to content

Instantly share code, notes, and snippets.

@taddison
Last active July 19, 2020 19:14
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 taddison/211c44d303737442239cec58ab78838e to your computer and use it in GitHub Desktop.
Save taddison/211c44d303737442239cec58ab78838e to your computer and use it in GitHub Desktop.
flexing
<div class="test">
<div>One</div>
<div>Two</div>
</div>
{
"scripts": [],
"styles": []
}
.test {
background-color: thistle;
display: flex;
justify-content: space-between;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment