Skip to content

Instantly share code, notes, and snippets.

@banzalik
Last active February 27, 2017 17:47
Show Gist options
  • Save banzalik/9e4c0fa50c16ba8d03bd20b48045da0e to your computer and use it in GitHub Desktop.
Save banzalik/9e4c0fa50c16ba8d03bd20b48045da0e to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
chip {
box-shadow: inset 0 0 0 2px green;
border-radius: 50px;
display: inline-block;
background: orange;
}
user {
padding: 10px
}
left-icon {
border-radius: 50px 0 0 50px;
box-shadow: inset 0 0 0 2px yellow;
background: blue;
display: inline-block;
padding: 10px
}
right-icon {
border-radius: 0 50px 50px 0;
box-shadow: inset 0 0 0 2px red;
background: pink;
display: inline-block;
padding: 10px
}
<chip><left-icon>&nbsp;</left-icon><user>User</user><right-icon>looong text support</right-icon></chip>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment