私は次のようなボタンを持っています:
<button type="submit" name="button1" value="1" style="text-decoration: none; cursor: pointer; font-size: 20px;">Line 1 <br /><span class="blue">line 2</span></button>
そして私のCSS:
.blue { color: blue;}
しかし、2番目のcssスタイルを適用していない、何かアイデアはありますか?