TBD

style.css 326B

1234567891011121314151617181920212223242526272829303132333435
  1. .msi{
  2. position: relative;
  3. height: auto;
  4. }
  5. .foreground{
  6. float: left;
  7. }
  8. .background{
  9. width: 1000px;
  10. height: 500px;
  11. }
  12. .msi-foreground{
  13. background: no-repeat;
  14. background-size: contain;
  15. }
  16. canvas{
  17. float: left;
  18. }
  19. .row{
  20. margin: 0% 0% 0% 0%;
  21. height: 100%;
  22. }
  23. body, html, .container-fluid {
  24. height: 100%;
  25. }
  26. body{
  27. }