Skip to content

Instantly share code, notes, and snippets.

@OMGZui
Created June 13, 2022 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OMGZui/bdc53c89d3cef6d662d51586cc0f012f to your computer and use it in GitHub Desktop.
Save OMGZui/bdc53c89d3cef6d662d51586cc0f012f to your computer and use it in GitHub Desktop.
.fan-main {
position: relative;
width: 100%;
height: 100%;
}
.fan-item {
position: absolute;
top: 39px;
left: 100px;
width: 50px;
height: 80px;
border-radius: 20px;
background-color: var(--bg);
}
.fan-item-2 {
top: 67px;
left: 57px;
transform: rotateZ(113deg);
}
.fan-item-3 {
top: 67px;
left: 143px;
transform: rotateZ(-113deg);
}
.fan-item-4 {
top: 132px;
transform: rotateZ(-180deg);
}
.fan-item-5 {
top: 113px;
left: 60px;
transform: rotateZ(54deg);
}
.fan-item-6 {
top: 113px;
left: 143px;
transform: rotateZ(-54deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment