Skip to content

Instantly share code, notes, and snippets.

@allenfantasy
Created January 9, 2014 08:49
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 allenfantasy/8331285 to your computer and use it in GitHub Desktop.
Save allenfantasy/8331285 to your computer and use it in GitHub Desktop.
.flexcroll{ height:200px;
overflow:auto;
}
.flexcroll{
scrollbar-face-color: #367CD2;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}
/* Turn on a 13x13 scrollbar */
::-webkit-scrollbar {
width: 1px;
background: #c6c6c6;
}
::-webkit-scrollbar-track:vertical {
}
/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
background-color: #983434;
border-radius: 3px;
-webkit-border-radius: 3px;
}
<div class="flexcroll">
<p>
The idea of Rang De was sown in the year 2006 - the same year when Mr. Yunus was awarded the Nobel Prize for his work with Grameen Bank. The motivation for starting Rang De was the belief that the peer to peer lending model could be leveraged to lower the cost of microcredit and reach out to under-served communities. RangDe.Org went live on January 26th 2008 (16:48 hrs to be precise!).
</p>
<p>
<h5>The spirit of Rang De</h5>
The name Rang De was decided after a lot of thought. It goes back to the patriotic struggle for Independence. We believe that a similar movement with the same kind of urgency is required to address poverty in India. The words Rang De also denote colour and exuberance and that is the significance we want our efforts to have for the people we reach out to.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment