* { | |
padding: 10px; | |
} | |
.buttons { | |
display: flex; | |
justify-content: space-between; | |
} | |
textarea { | |
width: 300px; | |
height: 150px; | |
} | |
button { | |
touch-action: manipulation; | |
} | |
#switchFldbtn { | |
width: 15%; | |
display: block; | |
margin: 0 auto; | |
box-shadow: 2px 2px 1px #ccc; | |
max-width: 105px; | |
text-align: center; | |
} |