Skip to content

Instantly share code, notes, and snippets.

@bhargav2785
Created December 29, 2012 11:22
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 bhargav2785/4406274 to your computer and use it in GitHub Desktop.
Save bhargav2785/4406274 to your computer and use it in GitHub Desktop.
Untitled
div.chart-up{
background-color: #D33682;
border: 1px solid #EEE;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
}
div.chart-down{
background-color: #D33682;
border: 1px solid #EEE;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
}
div.chart-up, div.chart-down{
width: 200px; height: 200px;
}
div.chart .bottom{
background-color: #268BD2;
}
<div class='chart-up'></div>
<div class='chart-down'></div>
// alert('Hello world!');
{"view":"separate","fontsize":"60","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment