Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. body
  2. {
  3. background-color: gray;
  4. }
  5.  
  6. #kontener
  7. {
  8. width: 1000px;
  9. margin-left: auto;
  10. margin-right: auto;
  11. }
  12. #logo
  13. { padding: 15px;
  14. background-color: #6633CC;
  15. color: white;
  16. font-size: 15px;
  17. text-align: center;
  18. list-style-type: none;
  19. cursor: pointer;
  20.  
  21. }
  22. #logowanie
  23. {
  24. background-color: gray;
  25. float: right;
  26. width: 200px;
  27.  
  28. }
  29.  
  30. a {
  31. color: white;
  32. font-size: 20px;
  33. text-decoration: none;
  34.  
  35. }
  36. :hover {
  37. color: red;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement