Skip to content

Instantly share code, notes, and snippets.

@shahab570
Last active May 18, 2021 08:37
Show Gist options
  • Save shahab570/39a79d1ecf3d685dea58a7dbbf152c55 to your computer and use it in GitHub Desktop.
Save shahab570/39a79d1ecf3d685dea58a7dbbf152c55 to your computer and use it in GitHub Desktop.
Flex
<style>
div.container{
display: flex;
}
</style>
</head>
<body>
<div class="container">
<div>A</div>
<div>B</div>
<div>C</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment