Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created May 9, 2020 10:56
Show Gist options
  • Save thisiszoaib/06ea53a9f97d59b2e97a12d0f193dd81 to your computer and use it in GitHub Desktop.
Save thisiszoaib/06ea53a9f97d59b2e97a12d0f193dd81 to your computer and use it in GitHub Desktop.
Flex layout - card view
<div fxLayout="row" fxLayoutGap="16px" fxLayoutAlign="start">
<div class="card" fxFlex="30">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment