1234567891011121314151617181920212223242526272829303132333435 |
- .msi{
- position: relative;
- height: auto;
- }
-
- .foreground{
- float: left;
-
- }
- .background{
- width: 1000px;
- height: 500px;
- }
-
- .msi-foreground{
- background: no-repeat;
- background-size: contain;
- }
-
- canvas{
- float: left;
- }
-
- .row{
- margin: 0% 0% 0% 0%;
- height: 100%;
- }
-
- body, html, .container-fluid {
- height: 100%;
-
- }
-
- body{
- }
|