Looking to achieve a final result similar to the illustration attached in the link provided. Each block in the picture is its own PNG image drawn using Illustrator and assigned with a specific CSS class.
The challenge I am facing is how to position each individual block to recreate this layout. Which CSS properties should I modify to achieve the desired positioning?
I have realized that centering them vertically may not give the intended look as they need to be aligned differently.
In the past, I have used ng-repeat to draw circles as round div elements, but encountered issues with arranging them in multiple dimensions.
If you have any suggestions on how to accomplish this or important considerations to keep in mind, please share.
You can view the fiddle here: https://jsfiddle.net/tyt4ft3g/1/