0
0
Tailwindmarkup~5 mins

Border color and style in Tailwind - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What Tailwind class sets the border color to blue?
Use border-blue-500 to set the border color to a medium blue shade.
Click to reveal answer
beginner
How do you make a border dashed using Tailwind?
Use the class border-dashed to change the border style to dashed.
Click to reveal answer
beginner
Which Tailwind class removes the border?
Use border-0 to remove the border completely.
Click to reveal answer
intermediate
How to set a thick solid border in Tailwind?
Combine border-4 for thickness and border-solid for style.
Click to reveal answer
intermediate
What is the Tailwind class to set a red border color with a dotted style?
Use border-red-600 for red color and border-dotted for dotted style.
Click to reveal answer
Which Tailwind class sets the border color to green?
Aborder-blue-500
Bborder-yellow-500
Cborder-red-500
Dborder-green-500
How do you make a border solid in Tailwind?
Aborder-dotted
Bborder-solid
Cborder-dashed
Dborder-none
Which class removes the border in Tailwind?
Aborder-transparent
Bborder-none
Cborder-0
Dborder-hidden
What does border-2 do in Tailwind?
ASets border width to 2 units defined by Tailwind
BSets border width to 2 rem
CSets border width to 2 pixels
DSets border color to level 2
Which class combination sets a red dotted border?
Aborder-red-600 border-dotted
Bborder-red-600 border-solid
Cborder-blue-600 border-dotted
Dborder-red-600 border-dashed
Explain how to change both the border color and style using Tailwind classes.
Think about how you add multiple classes to one HTML element.
You got /3 concepts.
    Describe how to make a thick, solid, blue border using Tailwind.
    Combine thickness, style, and color classes.
    You got /3 concepts.