I’m doing a site for an artist and I wanted to do it mainly in CSS
I have a box to display the images, with a list of buttons (small squares) underneath the display box.
-------------- |
---|
-(display box)- |
-------------- |
-------------- |
[] [] [] [] [] [] (20x buttons)
Is there an easy way to make a horizontal list of boxes (two lines of 10 buttons) in CSS? Ive done CSS menus before but its always been with vertical lists…