Advertisement
Pavle_nis

Galerija 1

Nov 28th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. #container
  2. {
  3.     width:520px;
  4.     height:400px;
  5.     margin-left:auto;
  6.     margin-right:auto;
  7.     margin-top:50px;
  8.     background-color:aqua;
  9. }
  10.  
  11. .malaSlika
  12. {
  13.     width:100px;
  14.     height:70px;
  15. }
  16.  
  17. #slika
  18. {
  19.     text-align:center;
  20. }
  21.  
  22. #velikaSlika
  23. {
  24.     width: 390px;
  25.     height: 270px;
  26. }
  27.  
  28. #imeSlike
  29. {
  30.     font-family:sans-serif;
  31.     font-size:20px;
  32.     margin:auto;
  33. }
  34.  
  35. #levoDugme
  36. {
  37.     float:left;
  38. }
  39.  
  40. #desnoDugme
  41. {
  42.     float: right;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement