Advertisement
ndburrus

size you images @nancysoi

Aug 9th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. // @nancysoi
  2. // Size your Images
  3.  
  4. <style>
  5.  
  6. .red-text {
  7. color: red;
  8. // need closing curly brace here }
  9.  
  10. // need p { element (and curly brace) here. font-size: 16px;
  11. // need font-family: Monospace; here (within p element)
  12. }
  13.  
  14. </style>
  15.  
  16. <h2 class="red-text">CatPhotoApp</h2>
  17.  
  18. <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>
  19.  
  20. <p>// need class="red-text" here. 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