Advertisement
MrsMcLead

using css

Feb 25th, 2014
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <head>
  2. <link rel = "stylesheet" type = "text/css" href="myAwesomeCSS.css">
  3. <title>
  4. Guy In Box Website
  5. </title>
  6. </head>
  7.  
  8. <body>
  9. <h2>Guy In Box</h2>
  10. <p> My name is Canadian Steve. I need to get oooot of here.  
  11. It is really Dark. I need meee Moother.
  12. Thank you Kindly.</P>
  13. <p class = "myClassIsAwesome">
  14. I like tooo plaay hockey, ay.
  15. </p>
  16. <p id = "MyIDIsAwesome">
  17. When is school going to be over?
  18. </p>
  19. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement