You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in cases where we have backgrounds that we desire to rotate, we have to rotate the whole element through css transforms, but if we want add it to a <body> element, would be great if we could add a property: background-rotate so we can rotate the whole bg image easily like:
in cases where we have backgrounds that we desire to rotate, we have to rotate the whole element through css transforms, but if we want add it to a
<body>
element, would be great if we could add a property:background-rotate
so we can rotate the whole bg image easily like:this will avoid have to rotate the element and instead we only rotate the background.
The text was updated successfully, but these errors were encountered: