The problem is that I can't fix them down. I would be glad if the community tells. Thank!
.div-chat-window { border: 5px double #2c3e50; display: flex; flex-direction: row; justify-content: space-between; margin-left: 200px; margin-right: 200px; } .div-chat-text-field { width: 95%; height: 100px; bottom: 0; } .input-text-field { width: 100%; } .div-button-send-message { justify-content: flex-end; bottom: 0; } <div class="div-chat-window"> <div class="div-chat-text-field"> <input class="input-text-field" type="text" name="text-chat-field" placeholder="Enter your message... "> </div> <div class="div-button-send-message"> <button id="Send">Send</button> </div> </div>