Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Ye Olde Fancye Booke</title>
- <!-- for link style
- <link type="text/css" rel="stylesheet" href="stylesheet.css"/> -->
- <style>
- p {
- font-family:Garamond;
- font-size:16px;
- }
- h3 {
- font-family:cursive;
- color:#36648b;
- text-align:center;
- }
- span {
- color:#cc0000;
- font-size:24px;
- }
- </style>
- </head>
- <body>
- <h3>Ye Olde Storye</h3>
- <p><span>A</span> long time ago there was an intrepid young student who wanted to learn CSS...</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement