Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <style>
  2. body{
  3. background:black;
  4. }
  5. </style>
  6.  
  7. <h2>Titulo</h2>
  8. <ul class="galeria">
  9. <li><div style="position:relative;width:100px; height:100px; background:yellow;"</div></li>
  10. <li><div style="position:relative;width:100px; height:320px; background:yellow;"</div></li>
  11. <li><div style="position:relative;width:100px; height:100px; background:yellow;"</div></li>
  12. <li><div style="position:relative;width:100px; height:100px; background:yellow;"</div></li>
  13. <li><div style="position:relative;width:100px; height:100px; background:yellow;"</div></li>
  14. </ul>
  15.  
  16.  
  17. <style>
  18. .galeria {
  19. padding-right: 1em;
  20. text-align: center;
  21. }
  22.  
  23. .galeria li {
  24. padding-left: 0.1em;
  25. padding-right: 0.1em;
  26. box-sizing: border-box;
  27. display: inline-block;
  28. width: 20%;
  29. }
  30. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement