CSS(こちらをコピーして下さい)
① 文字の色の変更
<style>
#text1{color:#FF0055}
</style>
② 画面サイズに合わせた改行
<style>
#text1{color:#FF0055}
@media screen and (max-width:540px){
#text2 br {display: none;}
}
</style>
スポンサーリンク
スポンサーリンク