Skip to content

Instantly share code, notes, and snippets.

@chuckntaylor
Last active September 4, 2024 15:28
Show Gist options
  • Save chuckntaylor/765205e4962964958f3e2823f51563d4 to your computer and use it in GitHub Desktop.
Save chuckntaylor/765205e4962964958f3e2823f51563d4 to your computer and use it in GitHub Desktop.
Auto-sizing Grid Column
<!-- Using Unocss or Tailwind -->
<div class="grid grid-cols-[auto_1fr]">
<div>A column that will be limited to the size of the content</div>
<div>A column that will take up the remaining space</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment