戻る
キーワードを入力
ログイン
🐣
[HTML&SCC] font-weight
作成日: 2021/07/29
0
classに対する指定は不可能
h1タグやpタグなどをしているする必要がある
例
.class h2{
font-weight: normal;
}
で初めて適用可能
nita