button{
background-color: rgb(255, 154, 154);
border-radius: 22px;
width: 100px;
height: 48px;
border: 0;
position: relative;
}
button span{
background-color: rgb(0, 0, 0);
display: block;
width: 30px;
height: 30px;
position: absolute;
left: 200px;
}
button{
background-color: rgb(255, 154, 154);
border-radius: 22px;
width: 100px;
height: 48px;
border: 0;
position: relative;
}
button span{
background-color: rgb(0, 0, 0);
display: block;
width: 30px;
height: 30px;
position: absolute;
left: 200px;
}