Advertisement
Different55

Untitled

Mar 23rd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Oh Noes!</title>
  4. <style type="text/css">
  5. body {
  6. background-color: blue;
  7. color: white;
  8. font-family: Jack Input, monospace;
  9. padding: 50px;
  10. }
  11. div {
  12. padding: 10px;
  13. border-color: white;
  14. border-width: 1px;
  15. }
  16. h1 {
  17. font-family: sans-serif;
  18. padding-left: 20px;
  19. }
  20. </style>
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  22. </head>
  23. <body>
  24. <div>
  25. <h1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement