私は次のものを持っています:
HTML:
<span id="plus-shipping">+ Shipping</span>
CSS:
span#plus-shipping {
bottom: 25px;
font-weight: bold;
padding-left: 10px;
position: relative;
text-decoration: underline;
}
下線を設定して、+ ではなく配送だけにするにはどうすればよいですか