Grid Template Columns

    Utilities for specifying the columns in a grid layout.

    Show all classes

    Use the utilities to create grids with n equally sized columns.


    For a complete list of all available state modifiers, check out the documentation.

    You can also use variant modifiers to target media queries like responsive breakpoints, dark mode, prefers-reduced-motion, and more. For example, use to apply the grid-cols-6 utility at only medium screen sizes and above.

    To learn more, check out the documentation on , Dark Mode and .


    By default, Tailwind includes grid-template-column utilities for creating basic grids with up to 12 equal width columns. You can customize these values by editing or theme.extend.gridTemplateColumns in your tailwind.config.js file.

    tailwind.config.js

    Learn more about customizing the default theme in the theme customization documentation.

    If you need to use a one-off grid-template-columns value that doesn’t make sense to include in your theme, use square brackets to generate a property on the fly using any arbitrary value.

    Learn more about arbitrary value support in the arbitrary values documentation.