D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
KacieW
Full window
Github gist
Build a Random Quote Machine - project from freecodecamp
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <body onload="change()"> <div class="quote-box"> <div class='quote'> <div class='quote-content'><p class="colormetest"></p></div> <div class='author'><p class="colormetest"></p></div> </div> <div class='buttons'> <a href='https://twitter.com/' target='_blank' class="f-button colorme" > <i class="fa fa-twitter fa-2x" aria-hidden="true"></i> </a> <a href='https://facebook.com/' class="f-button colorme" target='_blank'> <i class="fa fa-facebook fa-2x" aria-hidden="true"></i> </a> <button class='new-quote colorme' id='change-quote'>New Quote</button> </div> </div>