inputBox.css 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .inputBoxArea { display: flex; justify-content: center; } .inputText { width: 30rem; height: 3rem; } .inputButton { margin-left: 2rem; height: 3.3rem; width: 3rem; }