Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
  3. <style>
  4. .red-text {
  5. color: red;
  6. }
  7.  
  8. h2 {
  9. font-family: Lobster, Monospace;
  10. }
  11.  
  12. p {
  13. font-size: 16px;
  14. font-family: Monospace;
  15. }
  16. .small-image {
  17. width: 100px
  18. }
  19. </style>
  20.  
  21. <h2 class="red-text">CatPhotoApp</h2>
  22.  
  23. <img src="https://bit.ly/fcc-relaxing-cat"
  24. =<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
  25.  
  26. <style>
  27.  
  28.  
  29. <h2 class="red-text">CatPhotoApp</h2>
  30.  
  31. <img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. "
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement