D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
josephkorbel
Full window
Github gist
Random Quote Machine Functional
<html> <body> <div class="container-fluid"> <div class="row"> <div class="col-md-3"> </div> <div class="col-md-6 text-center message" id="content"> <h1 class="quote-source"> Random Quote Generator </h1> <p class="quote-text">"First solve the problem, then write the code."</p> <p class="quote-author">"John Johnson"</p> <button id = "getMessage" class = "btn btn-primary"> Generate Quote </button> <p> <a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Amazing%20Quotes%20here:" data-counturl=https://codepen.io/korbel23/pen/yjrMMW> Tweet</a> </p> </div> <div class="col-md-3"> </div> </div> </div> </body> </html>