Skip to content

Instantly share code, notes, and snippets.

@cormac-work
Created September 19, 2017 09:28
Show Gist options
  • Save cormac-work/81ffb96b62b14d7702ec8af9f83a7194 to your computer and use it in GitHub Desktop.
Save cormac-work/81ffb96b62b14d7702ec8af9f83a7194 to your computer and use it in GitHub Desktop.
example code
border-radius: 30px 0 0 0;
border-bottom: 10px solid #6d96ac;
}
.leg-right:before{
right: -20px;
background-color: #fbfdfa;
border-radius: 0 30px 0 0;
border-bottom: 10px solid #b0cfe4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment