a broker system for Supercredit
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- #bgVideo {
- position: fixed;
- right: 0;
- bottom: 0;
- min-width: 100%;
- min-height: 100%;
- z-index: -1;
- }
-
- .summary_layout {
- margin-top: 0px;
- margin-left: auto;
- margin-right: auto;
- width:800px;
- opacity: 90%;
- }
-
- .my_menu {
- opacity: 80%;
- }
-
- #footerbg {
- object-fit: cover;
- }
-
- .Label{
- background-color: lightgray;
- }
- .footer {
- background-image: url(../img/footer.png);
- }
|