Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created December 3, 2016 19:02
Show Gist options
  • Save guzmonne/0f19741c6bd10c630097a56888fe4576 to your computer and use it in GitHub Desktop.
Save guzmonne/0f19741c6bd10c630097a56888fe4576 to your computer and use it in GitHub Desktop.
Office UI Fabric Grid example. Taken from the documentation site.
<div class="ms-Grid">
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-u-sm6 ms-u-md4 ms-u-lg2">A</div>
<div class="ms-Grid-col ms-u-sm6 ms-u-md8 ms-u-lg10">B</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment