I need help. Some items that I used the transform method to give a 45 degress rotate are a bit different than the others, all of them in the same div. How can I do to fix it?
I'll give an example with an image to be more specific:
By the image it seems that the different have different height and width than normal.
Set equal height and width on all elements and display arrow: block;
.element {width: 200px; height: 200px; display: block; }
If not, put the code in the link to see better.