スタイルシート(CSS)一覧
- 2020年4月20日
文字の大きさを変える
font-size CSSの書き方 font-size:値 … ; CSSの詳細情報 プロパティ名 font-size 対応ブラウザ Windows MAC 読 […]
- 2020年4月20日
文字下げ(インデント)を行う
text-indent CSSの書き方 text-indent:値 ; CSSの詳細情報 プロパティ名 text-indent 読み方 テキスト・インデント 初 […]
- 2020年4月20日
漢字と半角英数字の文字間隔を調整する
text-autospace CSSの書き方 text-autospace:値 値 … ; CSSの詳細情報 プロパティ名 text-autospace: 読み […]
- 2020年4月20日
余白(パディング)を一括で指定する
padding CSSの書き方 padding:値 値 …; CSSの詳細情報 プロパティ名 padding 対応ブラウザ Windows MAC 読み方 パデ […]
- 2020年4月20日
余白(パディング)を上下左右個別に指定する
padding-xxx CSSの書き方 padding-top:値(上パディング) ; padding-bottom:値(下パディング) ; padding-l […]
- 2020年4月20日
外環(マージン)一括で指定する
margin CSSの書き方 margin:値 値 …; CSSの詳細情報 プロパティ名 margin 対応ブラウザ Windows MAC 読み方 マージン […]
- 2020年4月20日
外環(マージン)上下左右に指定する
margin-xxx CSSの書き方 margin-top:値(上マージン) ; margin-bottom:値(下マージン) ; margin-left:値( […]
- 2020年4月20日
外枠(ボーダー)を四方向一括で指定する
border CSSの書き方 border:太さ 線種 色 ; CSSの詳細情報 プロパティ名 border 対応ブラウザ Windows MAC 読み方 ボー […]