Bitcoin Explained website code-Experimental


SUBMITTED BY: Guest

DATE: Dec. 27, 2013, 7:27 a.m.

FORMAT: Text only

SIZE: 2.2 kB

HITS: 1048

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Bitcoins - An Exploration</title>
  5. <link rel="icon" type="image/png" href="favicon.png" />
  6. <div style="background-color:#81BEF7;height:100px">
  7. <img src=coin.png height="80px" style="margin-left:10px;margin-top:10px"/>
  8. <a href="http://www.bitcoingrind.netne.net" style="text-decoration:none;"><p style="font-family:Impact;font-size:40px;color:#FFFF00;margin-left:100px;margin-top:-90px">Bitcoins <br /> How do they work?</p></a>
  9. </div>
  10. <br />
  11. <style type="text/css">
  12. #onw
  13. {
  14. {width:100px;height:100px;background:red;transition:width 2s;-webkit-transition:width 2s;}onw:hover{width:500px}
  15. }
  16. </style>
  17. </head>
  18. <body bgcolor="#FACC2E">
  19. <div style="background-color:#FE642E;margin-left:40px;margin-right:40px">
  20. <h2 style="font-family:Arial;color:#FACC2E;margin-left:10px">
  21. <span style="color:#FFFF00">They are:</span>
  22. <ul>
  23. <li><span style="color:#FFFF00">Popular</span> — With over a hundred thousand users, and growing.</li>
  24. <li><span style="color:#FFFF00">Decentralized</span> — There is no central authority governing their use.</li>
  25. <li><span style="color:#FFFF00">Limited</span> — There is a limit of 21 million bitcoins.</li>
  26. <li><span style="color:#FFFF00">Volatile</span> — The value of one bitcoin changes as shares and users change.
  27. <li><span style="color:#FFFF00">Anonymous</span> — You can have as many bitcoin wallets you want — they are disposable.
  28. <li><span style="color:#FFFF00">Digital</span> — No more coins weighing down your pockets again.
  29. </ul>
  30. </h2>
  31. </div>
  32. <div style="background-color:#FE642E;margin-left:40px;margin-right:40px">
  33. <center><iframe align="center" style="margin-top:20px;margin-bottom:20px"width="560" height="315" src="http://www.youtube.com/embed/Um63OQz3bjo" frameborder="0"></iframe></center>
  34. </div>
  35. <div style="id:onw">Onwards!</div>
  36. </body>
  37. <script type="text/javascript" src="jquery.js"></script>
  38. </html>

comments powered by Disqus