1
ボタンの左端付近に背景画像を表示させるにはどうすればよいですか?ボタンの背景イメージを左揃えに設定するにはどうすればよいですか?
.button1 {
background-color: transparent;
background-image: url('nebifat.png') no-repeat;
font-size: 30px;
padding-left: 64px;
text-align: left;
position: relative;
border-style: none;
height: 7%;
width: 50%;
vertical-align: middle;
margin-top: 10%;
opacity: 0.6;
}
<center>
<button id='r1' class='button1'>Matematica si Fizica</button>
</center>
使用 'のbackground-positionと背景を配置することができます。左側center' –