Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <div class="apoios">
  2. <h7>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apoios</h7>
  3. <br>
  4. <div class="thunnb">
  5. <img alt="" src="http://placehold.it/150x150" />
  6. </div>
  7. (...)
  8. <div class="thunnb">
  9. <img alt="" src="http://placehold.it/150x150" />
  10. </div>
  11.  
  12. .thunnb {
  13. float: left;
  14. padding: 10px;
  15. width: 150px;
  16. height: 150px;
  17. }
  18. .apoios img {
  19. border:1px solid #;
  20. -webkit-border-radius: 10px;
  21. -moz-border-radius: 10px;
  22. border-radius: 10px;
  23. }
  24. h7 {
  25. font-size:22px !important;
  26. font-family:'Raleway', sans-serif !important;
  27. font-weight: normal !important;
  28. margin-bottom:6px !important;
  29. color: #FFFFFF !important;
  30. margin-top: 20px;
  31. }
  32. .apoio {
  33. display: inline-block;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement