Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. .content
  2. {
  3.     position: static;
  4.     text-align: center;
  5. }
  6. .slika
  7. {
  8.     width: 90px;
  9.     height: 40px;
  10.     position: fixed;
  11.     top: auto;
  12.     right: auto;
  13.     left:  auto;
  14.    
  15. }
  16. .besedilo
  17. {
  18.     color:red;
  19.     position: relative;
  20.     top:60px;
  21.    
  22. }
  23. .gumb
  24. {
  25.     color:blue
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement