Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. .slika
  2. {
  3.     width: 300px;
  4.     height: 100px;
  5.     position: relative;
  6.     top: 100px;
  7.     left: 35%;
  8.     right: 100px;
  9.     padding: 10px;
  10. }
  11.  
  12. #polje
  13. {
  14.     width: 70px;
  15.     height:20px;
  16.     margin:10px auto;
  17.     position: relative;
  18.     top: 120px;
  19.     left: 0 auto;
  20.     right: 70px;
  21.    
  22. }
  23. .gumbi
  24. {
  25.     width: 500px;
  26.     height: 250px;
  27.     position:fixed;
  28.     right: 20%;
  29.     bottom: 10%;
  30.    
  31. }
  32. .fixed
  33. {
  34.     bottom:10px;
  35.     position:fixed;
  36.     right:30px;
  37.     background-color:cyan;
  38. }
  39. .varnost
  40. {
  41.     bottom:10px;
  42.     position:fixed;
  43.     left:30px;
  44.     background-color:cyan; 
  45. }
  46. .biznis
  47. {
  48.     bottom:10px;
  49.     position:fixed;
  50.     left:100px;
  51.     background-color:cyan;
  52. }
  53. .noga
  54. {
  55.     position:fixed;
  56.     bottom:120px;
  57.     left:30px;
  58.     border: 10px;
  59.     width:60%;
  60.     height:100px;
  61.    
  62. }
  63. .dno
  64. {
  65.     background-color:grey;
  66.     position:fixed;
  67.     bottom:10px;
  68.     width:100%;
  69.     height:30px;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement