Advertisement
ShizeRR24

Untitled

Oct 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. #glowna {
  3. background: rgba(0, 0, 0, 0.65);
  4. margin-left: 200px;
  5. margin-right: 200px;
  6. border: 2px solid white;
  7. }
  8. #menu {
  9. margin-left: 525px;
  10. margin-right: 400px;
  11. }
  12. #debil {
  13.  
  14. }
  15.  
  16.  
  17. ul {
  18. float: left;
  19. width: 100%;
  20. padding: 0;
  21. margin: 0;
  22. list-style: none;
  23.  
  24. }
  25. li a {
  26.  
  27. display: block;
  28. float: left;
  29. text-align: center;
  30. font-size: 1.2em;
  31. width: 130px;
  32. text-decoration: none;
  33. color: white;
  34. background-color: black;
  35. padding: 10px 15px;
  36. margin: 0px 1px 1px 0px;
  37. border: 1px solid navy;
  38. border-radius: 3px;
  39. -moz-border-radius: 5px;
  40. -webkit-border-radius: 5px;
  41. box-shadow: 0px 2px 3px white;
  42. -moz-box-shadow: 0px 2px 3px white;
  43. -webkit-box-shadow: 0px 2px 3px white;
  44. }
  45.  
  46. li a:hover {
  47. color: black;
  48. background: white;
  49. border: 1px solid white;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement