github.com/cnotch/ipchub@v1.1.0/demos/rtsp/style.css (about) 1 body { 2 max-width: 720px; 3 margin: 50px auto; 4 } 5 6 #test_video { 7 width: 720px; 8 } 9 10 .controls { 11 display: flex; 12 justify-content: space-around; 13 align-items: center; 14 } 15 input.input, .form-inline .input-group>.form-control { 16 width: 300px; 17 } 18 .logs { 19 overflow: auto; 20 width: 720px; 21 height: 150px; 22 padding: 5px; 23 border-top: solid 1px gray; 24 border-bottom: solid 1px gray; 25 } 26 button { 27 margin: 5px 28 }