Guest User

Untitled

a guest
Apr 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 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>JS Bin</title>
  7. </head>
  8. <style>
  9. p1 {
  10. color: #F00;
  11. background: yellow;
  12. font-family: cursive;
  13. padding: 20px;
  14. font-size: 30px;
  15. margin: 40px;
  16. text-align: center;
  17. }
  18. p {
  19. color: blue;
  20. text-align: right;
  21. }
  22. </style>
  23. <body>
  24. <h1>Hey There!</h1>
  25. <p>This is our interactive code editor</p>
  26. <p>don't worry, you won't break it. Go ahead...try it out</p>
  27. <p>click some tabs already!</p>
  28. <p1> and now to spice it up</p1>
  29.  
  30.  
  31. </body>
  32. </html>
Add Comment
Please, Sign In to add comment