0
I need to create 5 categories and each has its own sub categories..for example fruits has apple,banana as sub categories
I need to achieve this using flexbox...i tried but everything is going column wise...i need 5 categories (headings) in horizontal manner...and sub categories to stacked below one by one respective to its category.I need this for my php project. Any help is appreciated.
2 Antworten
0
Thank you..this is what i needed.