a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
mrjasonetaylor  ·  3834 days ago  ·  link  ·    ·  parent  ·  post: Interesting CSS Problem I've Been Trying to Solve All Day

Create a container that holds all of the circles (buttons) within. Then you can keep that container positioned in the middle of the screen regardless of the browser size. Then control that container and it's contents sizes with css media queries.

At least that's how I'd approach it.