Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Oh Noes!</title>
- <style type="text/css">
- body {
- background-color: blue;
- color: white;
- font-family: Jack Input, monospace;
- padding: 50px;
- }
- div {
- padding: 10px;
- border-color: white;
- border-width: 1px;
- }
- h1 {
- font-family: sans-serif;
- padding-left: 20px;
- }
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- </head>
- <body>
- <div>
- <h1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement