Some items in Otate look different, how can I correct?

Asked

Viewed 11 times

0

need help. Some items that I used the Transform method to give a 45 degress Rotate are a little different than the others, all of them in the same div. How can I fix it?

Let me give you an example with image to be more specific:

inserir a descrição da imagem aqui

1 answer

0

The image seems that the different ones have different height and width than normal.

Put equal height and width on all elements and arrow display:block;

.element { width:200px; height:200px; display:block; }

If not, put the code on https://jsfiddle.net to see better.

  • Solved my problem, thanks anyway! :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.