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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Hi all. I'm a novice here.
It rotates second of two same background-image. Both have same CSS code:
.left-piece {
background-image:url(left-piece.jpg);
background-position:center center;
background-size:cover;
width:300px;
height:300px;
border-radius:300px 300px 0 300px;
}
.right-piece {
background-image:url(right-piece.jpg);
background-position:center center;
background-size:cover;
width:300px;
height:300px;
border-radius:300px 300px 300px 0;
}
The text was updated successfully, but these errors were encountered: