Created
July 14, 2022 15:32
-
-
Save mnzit/c507d0a11a0173c5e336246d6a2fe80b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <div | |
| fxLayout="row" | |
| fxLayout.xs="column" | |
| fxFlexFill > | |
| <div fxFlex="33.33" class="sec1" fxFlex.xs="100"> | |
| first-section | |
| </div> | |
| <div fxFlex="33.33" class="sec2" fxFlex.xs="100"> | |
| second-section | |
| </div> | |
| <div fxFlex="33.33" class="sec3" fxFlex.xs="100"> | |
| third-section | |
| </div> | |
| </div> | |
| <div | |
| fxLayout="row" | |
| fxLayout.xs="column" | |
| fxFlexFill > | |
| <div fxFlex="33.33" class="sec1" fxFlex.xs="100"> | |
| first-section | |
| </div> | |
| <div fxFlex="33.33" class="sec2" fxFlex.xs="100"> | |
| second-section | |
| </div> | |
| <div fxFlex="33.33" class="sec3" fxFlex.xs="100"> | |
| third-section | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment