fork download
  1. #camera {
  2. position: absolute;
  3. top: 27%;
  4. left: 17px;
  5. width: 32.5%;
  6.  
  7. z-index: 110;
  8. }
  9.  
  10. #camera2 {
  11. position: absolute;
  12. top: 27%;
  13. left: 50%;
  14. margin-left: -16.25%;
  15. width: 32.5%;
  16.  
  17. z-index: 120;
  18. }
  19.  
  20. #camera3 {
  21. position: absolute;
  22. top: 27%;
  23. right: 17px;
  24. width: 32.5%;
  25.  
  26. z-index: 110;
  27. }
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
        #camera {
            position: absolute;
            top: 27%;
            left: 17px;
            width: 32.5%;

            z-index: 110;
        }

        #camera2 {
            position: absolute;
            top: 27%;
            left: 50%;
            margin-left: -16.25%;
            width: 32.5%;

            z-index: 120;
        }

        #camera3 {
            position: absolute;
            top: 27%;
            right: 17px;
            width: 32.5%;

            z-index: 110;
        }