flex
Legal Values
flex is the shorthand of flex-grow flex-shrink flex-basis
Default: 0 1 auto
<div class="flex-container"> <div>1</div> <div>2</div> <div style="flex: 0 0 200px">3</div> <div>4</div> </div>
Legal Values
flex is the shorthand of flex-grow flex-shrink flex-basis
Default: 0 1 auto
<div class="flex-container"> <div>1</div> <div>2</div> <div style="flex: 0 0 200px">3</div> <div>4</div> </div>
Post a Comment