How can you create a grid with equal-width columns using CSS Grid? - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
29 Apr 2024 11:46 AM study24x7 study24x7

How can you create a grid with equal-width columns using CSS Grid?

A

Use grid-template-columns: auto;

B

Use grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));

C

Use grid-template-columns: 1fr 1fr 1fr;

D

Use grid-template-columns: repeat(3, 1fr);

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles