Skip to content

Instantly share code, notes, and snippets.

@dev4design
Created April 14, 2022 15:35
Show Gist options
  • Save dev4design/7285dc932a8abfd2fc55552d7b4a4b64 to your computer and use it in GitHub Desktop.
Save dev4design/7285dc932a8abfd2fc55552d7b4a4b64 to your computer and use it in GitHub Desktop.
<style>
.container {
display: flex;
flex-direction: row;
}
</style>
<div class="container">
<div>1</div>
<div>2</div>
...
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment