CSS rotate moves DIV from side of page

后端 未结 3 1082
慢半拍i
慢半拍i 2021-01-21 05:51

I\'m trying to create a side tag, as found here in it basic form. http://www.firstforturf.co.uk/quotation.php

I\'m trying to do as much of it as possible using CSS rathe

3条回答
  •  太阳男子
    2021-01-21 06:36

    Take a look at -webkit-transform-origin. As your element is fixed, you may need to amend the transform origin accordingly.

提交回复
热议问题