i need a little help with css
anyone know how i can make this for smart phones
1 Reply
container style would something like
where .menu is the container and .item is the category
for smartphone you would use a media query ei
assuming that you want only one item selected. Every .item in that scenario would have something like onclick="select(this)"
this allows to have zero selected if you want atleast one selected change the "toggle" to "add"