.testbutton {
display: inline-flex;
align-items: center;
justify-content: space-around;
}
↧
ボタンの中のテキストを中心にする方法
↧
.testbutton {
display: inline-flex;
align-items: center;
justify-content: space-around;
}