Advertisement
AlanLau666

Untitled

Apr 22nd, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.97 KB | None | 0 0
  1. <Here's a<a href="http://freecodecamp.org'>link to Free Code Camp</a> for you to follow. </p>
  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.     h2{
  8.     font-family:Lobster, Monospace;
  9.     }
  10.     p{
  11.     font-size:16px;
  12.     font-family:Monospace;
  13.     }
  14.     .think-green-border{
  15.     border-color:green
  16.     border-width:10px
  17.     border-style:solid;
  18.     border-radius:50%;
  19.     }
  20.     .smaller-image{
  21.     width:100px;
  22.     }
  23. </style>
  24.  
  25. <h2 class="red-text">CatPhotoApp</h2>
  26.  
  27. <img class="smaller-image think-green-border" src"https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. ">
  28.  
  29. <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>
  30. <p class="red-text">Puff jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch.</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement