Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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.  
  17. .thick-green-border {
  18. border-color: green;
  19. border-width: 10px;
  20. border-style: solid;
  21. border-radius: 50%;
  22. }
  23.  
  24. .smaller-image {
  25. width: 100px;
  26. }
  27. </style>
  28.  
  29. <h2 class="red-text">CatPhotoApp</h2>
  30.  
  31. <p>View more <a href="http://www.freecatphotoapp.com">cat photos</a></p>
  32.  
  33. <a href="http://www.freecatphotoapp.com">cat photos</a>
  34.  
  35.  
  36.  
  37. <img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat">
  38.  
  39. <p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
  40. <p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement