Hello! I am not sure if here is the right place but have a question. Are CSS FlexBox & CSS Grid enough to make a responsive design?
1 Like
you know @media queries?
Yes, i know about them.
Hi @savadragnev3 and welcome to the community
You can achieve responsive designs with only CSS Grid by using the repeat()
function with auto-fit/auto-fill
and minmax()
for the grid-template-columns
definition. I recommend this excellent CSS Tricks article with different examples and good explanations:
I hope that helps!
Have a nice day.
Michael
2 Likes
It helped! Thank you!