Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5.  
  6. body {
  7. padding-top: 40px;
  8. padding-left: 60px;
  9. }
  10.  
  11. #cabecalho {
  12. margin-bottom: 15px;
  13. }
  14.  
  15. #galeria .foto {
  16. width: 160px;
  17. float: left;
  18. margin-right: 100px;
  19. }
  20.  
  21. #galeria .foto img {
  22. border: 1px solid black;
  23. width: 100%;
  24. padding: 10px;
  25. margin-bottom: 5px;
  26. }
  27.  
  28. #galeria .foto h2 {
  29. margin-bottom: 15px;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement