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/6c6711dcfae66e4c4bd5c588589fa643 to your computer and use it in GitHub Desktop.
Save OMGZui/6c6711dcfae66e4c4bd5c588589fa643 to your computer and use it in GitHub Desktop.
.control {
position: relative;
width: 100px;
height: 0px;
border-top: 0px;
border-right: 25px solid transparent;
border-bottom: 90px solid var(--primary);
border-left: 25px solid transparent;
margin-top: -10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment