Guest User

Untitled

a guest
Jun 18th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. #menu {
  2.     position: absolute;
  3.     line-height: 55px;
  4.     width: 1500px;
  5.     background: url(slike/menu1.jpg) repeat-x top left;
  6.     font-family: Oswald, sans-serif;
  7.     left: 0;
  8.     bottom: 0;
  9.     text-align:left;
  10.     padding-left:10px;
  11.     height: 600px;
  12.     margin: 0 0 0 0;
  13. }
  14. #pozicija{
  15. position:fixed;
  16. right:480px;
  17. bottom:550px;
  18. }
  19. .buttons a{
  20. text-align:left;
  21. width:100px;
  22. height:25px;
  23. color:#FFFFFF;
  24. text-decoration:none;
  25. text-align:center;
  26. }
Add Comment
Please, Sign In to add comment