I'm having a tough time properly describing what needs to be done to make the below happen in CSS. Is there an effective way to do this in CSS with images? If so what is the proper way to describe this shape / layout? If no example, how would you implement this? Should it just be a png?
Asked
Active
Viewed 66 times
1 Answers
1
Did you have a look at:
- Position icons into circle
- http://hugogiraudel.com/2013/04/02/items-on-circle/
- http://www.connolly-technologies.com/jquery-arrange-items-in-a-circle/
You also use transform: rotate(xxxdeg)
in css to distribute the images evenly around.

Bas van Dijk
- 9,933
- 10
- 55
- 91