Advertisement
makispaiktis

Codecademy - 5th Exercise - Healthy Recipes (HTML)

Sep 3rd, 2019 (edited)
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. img{
  2.   height: 150px;
  3. }
  4.  
  5. .description{
  6.   font-size: 20px;
  7. }
  8.  
  9. #cook-time{
  10.   font-weight: bold;
  11. }
  12.  
  13. .ingredients li{
  14.   list-style: square;
  15. }
  16.  
  17. p.time{
  18.   color: gray;
  19. }
  20.  
  21. .external-link{
  22.   color: SeaGreen;
  23. }
  24.  
  25. h1, h2, p, li{
  26.   font-family: Helvetica;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement