style.okynos1.css 546 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .top-menu{
  2. border-bottom: 2px solid;
  3. border-color: rgb(125, 125, 125);
  4. }
  5. .top-menu-button-div{
  6. background-color: rgb(83, 231, 147);
  7. margin: 2%;
  8. padding: 1%;
  9. border-radius: 5px;
  10. text-align: center;
  11. line-height: 50px;
  12. width: 100px;
  13. height: 50px;
  14. display: block;
  15. }
  16. .top-menu-button{
  17. text-decoration: none;
  18. text-shadow: 1px 1px rgb(143, 143, 143);
  19. color: rgb(255, 255, 255);
  20. }
  21. .top-menu-button:hover{
  22. color: rgb(0, 0, 0);
  23. }
  24. #top-menu-div-buttons{
  25. width: 100px;
  26. float: right;
  27. }
  28. #top-text-logo{
  29. width: 20%;
  30. }