-
-
Save shahab570/39a79d1ecf3d685dea58a7dbbf152c55 to your computer and use it in GitHub Desktop.
Flex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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