0
What is flex ?
4 Respuestas
+ 4
it is a display property of any element.. it is quite good to use in CSS
+ 4
Now go through some properties of flex and make changes to it.. but keep in mind before applying flex to the child element you have to make the parent as display:flex;
https://code.sololearn.com/WgG8ZyjRm20l/?ref=app
+ 3
oh sorry.. i forgot that