main.css¶
Create a main.css file with the following content:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | .container { display: flex; } .row { display: flex; flex-flow: row; } .column { display: flex; flex-flow: column; margin-left: 32px; } .form-group { display: flex; flex-flow: column; margin-bottom: 8px; } .train { width: 300px; } .table .body__row, .table .header__row { display: flex; flex-flow: row; } textarea { height: 130px; } |
Any questions left?
Except where otherwise noted, content on this site is licensed under the MindSphere Development License Agreement.