OKADA LABO

[css]background-positionで位置を右から基準で指定したい

こんな場合ね。
ボタンの中の右のArrowの位置です。
右から指定したい。

時々、忘れちゃうw
しょうがないじゃない、いろんな言語案件を平行でやってるんですもの。

  background-image: url(./images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center; //右から15pxで、縦の中央
  background-size: 40px;