Morse Text Converter - JH1LHVの雑記帳

textarea { width: 350px; height: 200px; resize: none; overflow: auto; white-space: nowrap; overflow-wrap: normal; font-size: 12pt; } #container { display: flex; flex-direction: column; align-items: center; } #buttonContainer, #copyButtonContainer { margin: 10px 0; } #imageContainer { display: flex;…