+ 1
CSS- Errors
HI Fellow learners What could you do to fix this css errors from occurring Errors: Value Error: display flex is not a display value: flex flex Property justify-content doesn't exist: space-around space-around Thank you in advance
3 Answers
+ 3
display :flex;
justify-content : space-around ;
did you try this ?
+ 1
Thanks
here is the code
display:flex;
justify-content:space-around;
Thank you
0
I found the solution, validating it with css3