text-emphasis-styleは文字につける傍点のスタイルや形を指定するプロパティです。 {text-emphasis-style: スタイル 形;}...
Layout C (with load more button)
海外で英語が通じないときだってあるけどだいたいなんとかなる
海外に行くと英語が通じないときもあります。 南米の方は英語が全然通じないって話を聞いたことがあって、少しでもスペイン語を勉強しておいた方がいいのだとか。...
text-decorationで線の位置・色・スタイルを指定【CSS】
text-decorationは文字に引く線の位置やスタイル、色などをまとめて指定できるプロパティです。 {text-decoration: -位置 -スタイル -色;} 指定できる値は「text...
text-decoration-styleで線のスタイルを指定【CSS】
text-decoration-styleは文字に引く傍線のスタイルを指定するプロパティです。 {text-decoration-style: スタイル;}...
text-decoration-colorで線の色を指定【CSS】
text-decoration-colorは文字に引く傍線の色を指定するプロパティです。 {text-decoration-color: 色;} 文字に緑色の上線を引いています。...
text-decoration-lineで線の位置を指定【CSS】
text-decoration-lineは文字に傍線を引くときの位置を指定するプロパティです。 {text-decoration-line: 位置;}...