Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Rotates background-image #230

Open
bikk1990 opened this issue Mar 13, 2021 · 0 comments
Open

Rotates background-image #230

bikk1990 opened this issue Mar 13, 2021 · 0 comments

Comments

@bikk1990
Copy link

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;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant