random quote generator

Javascript code posted by webdevbecca.com
created at 30 Jan 11:33

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div id="quote-generator">

    <div id="quote-background">
      
        <h1><blockquote><span class="speechmarks"></span><span id="quote"> The relationship you 
            have with yourself sets the tone for every other relationship you have </span><span 
            class="speechmarks"></span></blockquote></h1>

        <p id="author">Robert Holden</p>

        <a id="tweet-btn" href="http://ctt.ec/0w21X" target="_blank"><img id="twitter-logo" 
        src="https://www.dropbox.com/s/7fj5pudrd8f0iq5/twitter-logo.png?dl=1"></a><br>

        <button id="new-quote-btn" onclick=printRandomQuote()>New Quote</button>

    </div><!--quote-background-->

    <img id="pheonix" src="https://www.dropbox.com/s/366oi31hiu1nqee/pheonix.png?dl=1">
    
</div><!--quote-generator-->
797 Bytes in 3 ms with coderay