Advertisement
ujiajah1

YEHAA

Aug 14th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Ye Olde Fancye Booke</title>
  5.         <!-- for link style
  6.         <link type="text/css" rel="stylesheet" href="stylesheet.css"/> -->
  7.     <style>
  8. p {
  9.     font-family:Garamond;
  10.     font-size:16px;
  11. }
  12.  
  13. h3 {
  14.     font-family:cursive;
  15.     color:#36648b;
  16.     text-align:center;
  17. }
  18.  
  19. span {
  20.     color:#cc0000;
  21.     font-size:24px;
  22. }
  23. </style>
  24. </head>
  25.     <body>
  26.         <h3>Ye Olde Storye</h3>
  27.         <p><span>A</span> long time ago there was an intrepid young student who wanted to learn CSS...</p>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement