Broker System for Supercredit
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- div.parent {
- display: table;
- width: 100%;
- height: 100vh;
- opacity: 0.95;
- background: url('../../assets/img/bg/bg-settings.jpg') no-repeat center center fixed;
- background-size: cover;
- }
-
-
- .settings {
- margin-left: auto;
- margin-right: auto;
- margin-top: 10%;
- max-width: 600px;
- text-align: center;
- vertical-align: middle;
- padding: 20px;
- box-shadow: 0 0 6px black;
- border-radius: 5px;
- background-color: white;
- }
|