Podcast
Questions and Answers
Which of the following is a breakpoint prefix in Tailwind CSS?
Which of the following is a breakpoint prefix in Tailwind CSS?
- lg
- sm (correct)
- xl
- md
What does the md:flex utility do in Tailwind CSS?
What does the md:flex utility do in Tailwind CSS?
- Makes an element display as a flex container on large screens and larger
- Makes an element display as a flex container only on small screens
- Makes an element display as a flex container only on medium screens and larger (correct)
- Makes an element display as a flex container on all screen sizes
How can you prevent an image from shrinking on medium screens and larger in Tailwind CSS?
How can you prevent an image from shrinking on medium screens and larger in Tailwind CSS?
- Add the md:prevent-shrink utility
- Add the md:shrink-0 utility (correct)
- Add the md:shrink-none utility
- Add the md:shrink utility
What does the sm: prefix mean in Tailwind CSS?
What does the sm: prefix mean in Tailwind CSS?
What does the max-sm modifier do in Tailwind CSS?
What does the max-sm modifier do in Tailwind CSS?
How can you target a specific breakpoint range in Tailwind CSS?
How can you target a specific breakpoint range in Tailwind CSS?
What is the default breakpoint system in Tailwind CSS?
What is the default breakpoint system in Tailwind CSS?