a broker system for Supercredit
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

31 lines
418B

  1. #bgVideo {
  2. position: fixed;
  3. right: 0;
  4. bottom: 0;
  5. min-width: 100%;
  6. min-height: 100%;
  7. z-index: -1;
  8. }
  9. .summary_layout {
  10. margin-top: 0px;
  11. margin-left: auto;
  12. margin-right: auto;
  13. width:800px;
  14. opacity: 90%;
  15. }
  16. .my_menu {
  17. opacity: 80%;
  18. }
  19. #footerbg {
  20. object-fit: cover;
  21. }
  22. .Label{
  23. background-color: lightgray;
  24. }
  25. .footer {
  26. background-image: url(../img/footer.png);
  27. }