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
html { background: #5a46ee; color: #fff; font-family: "Source Code Pro" } body { display: flex; flex-direction: column; justify-content: center; align-items: center; } #input-area { display: flex; flex-direction: row; justify-content: space-between; } #input { height: 40px; font-size: 30px } #result { font-size: 50px }