CSS- Errors | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

18th May 2017, 3:35 AM
Danika
3 Answers
+ 3
display :flex; justify-content : space-around ; did you try this ?
18th May 2017, 3:54 AM
zakaria kasmi
zakaria kasmi - avatar
+ 1
Thanks here is the code display:flex; justify-content:space-around; Thank you
18th May 2017, 4:26 AM
Danika
0
I found the solution, validating it with css3
23rd May 2017, 8:47 AM
Danika