Which line of code is a must to write to apply CSS Flexbox properties?
Options:
Explanation:
If you want to apply CSS
Flexbox properties, you need to set the
display to
flex first.
Tags:
CSS
Answer:
Which line of code is a must to write to apply CSS Flexbox properties display: flex;.