a broker system for Supercredit
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

31 lignes
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. }