0

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?

enter image description here

user2954587
  • 4,661
  • 6
  • 43
  • 101

1 Answers1

1

Did you have a look at:

You also use transform: rotate(xxxdeg) in css to distribute the images evenly around.

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