Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 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>New Project</title>
  7. <style id="jsbin-css">
  8. h1{
  9. color: red ;
  10. text-align:center;
  11. font-size: 50px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <h1> What am I gonna do with my life? </h1>
  17.  
  18.  
  19.  
  20. <script id="jsbin-source-css" type="text/css">h1{
  21. color: red ;
  22. text-align:center;
  23. font-size: 50px;
  24. }
  25. </script>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement