Guest User

Untitled

a guest
Mar 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>pongGenius</title>
  7. <style id="jsbin-css">
  8. .Hero-root {
  9. background-color: blue;
  10. padding-top: 30%;
  11. padding-bottom: 10%;
  12. font-family: Helvetica;
  13. }
  14.  
  15. .Hero-title {
  16. color: white;
  17. text-align: center;
  18. }
  19.  
  20.  
  21. .Hero-subtitle {
  22. color: white;
  23. text-align: center;
  24. }
  25.  
  26. .ui-header {
  27. margin: 0;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <div class="Hero-root">
  33. <div class="Hero-title">
  34. <h1 class="ui-header">pongGenius<h1>
  35. </div>
  36. <div class="Hero-subtitle">pong tracking app</div>
  37. </div>
  38. <div class="">
  39. Keep score, track stats, become a legend
  40. </div>
  41. <div>
  42. Start
  43. </div>
  44. <div>
  45. Copyright & disclaimers
  46. </div>
  47.  
  48.  
  49. <script id="jsbin-source-css" type="text/css">.Hero-root {
  50. background-color: blue;
  51. padding-top: 30%;
  52. padding-bottom: 10%;
  53. font-family: Helvetica;
  54. }
  55.  
  56. .Hero-title {
  57. color: white;
  58. text-align: center;
  59. }
  60.  
  61.  
  62. .Hero-subtitle {
  63. color: white;
  64. text-align: center;
  65. }
  66.  
  67. .ui-header {
  68. margin: 0;
  69. }</script>
  70. </body>
  71. </html>
Add Comment
Please, Sign In to add comment