style.css 627 B

123456789101112131415161718192021222324252627282930313233343536373839
  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: 1% 50%;
  8. //padding: 1%;
  9. border-radius: 5px;
  10. text-align: center;
  11. line-height: 100px;
  12. width: 100px;
  13. height: 100px;
  14. float: right;
  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. display: block;
  21. }
  22. .top-menu-button:hover{
  23. color: rgb(0, 0, 0);
  24. }
  25. #top-menu-div-buttons{
  26. display: block;
  27. width: 100px;
  28. background-color: rgb(235, 48, 43);
  29. }
  30. #top-text-logo{
  31. display: block;
  32. width: 20%;
  33. }