Skip to content

Instantly share code, notes, and snippets.

@OMGZui
Created June 13, 2022 10:32
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/b29a7c43947f1d301df0de8f66dac238 to your computer and use it in GitHub Desktop.
Save OMGZui/b29a7c43947f1d301df0de8f66dac238 to your computer and use it in GitHub Desktop.
.head {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 250px;
height: 250px;
border-radius: 50%;
border: 10px solid var(--primary);
background-image: repeating-conic-gradient(
var(--bg) 0deg 6deg,
transparent 6deg 18deg
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment