Search Bloguru posts

こんにちは。紫のバラの人です。

https://en.bloguru.com/love

🌹マニュアル🌹WEB🌎CSS🌎特定の要素にCSSを適用する(箇条書きの一部のみなど)

thread
全体を赤にする

HTML
< ul >
< li >萬澄枝さん< /li >
< li >モアメタルちゃん< /li >
< li >永尾まりあちゃん< /li >
< /ul >

CSS
li{
color:red;
}

---------------------------------

萬澄枝さんだけ赤にする
該当の文字をclass(指定範囲)として任意の名前を付けて、
そこだけにCSSを反映させる。

HTML
< ul >
< li class="selected">萬澄枝さん< /li >
< li >モアメタルちゃん< /li >
< li >永尾まりあちゃん< /li >
< /ul >

CSS
.selected{  ← 頭に.がつく。
color:red;
}
li{
color:#444;
}






#CSS #マニュアル #特定の要素

People Who Wowed This Post

  • If you are a bloguru member, please login.
    Login
  • If you are not a bloguru member, you may request a free account here:
    Request Account
* indicates required fields
  • Comments must be approved before they are displayed

🙂 Using emojis in your blog:
• Keyboard shortcuts: For Mac, press [Ctrl + Cmd + Space]; for Windows, press [ Windows Key + . ]
• Copy and paste: Find a list of emojis and paste them into the text field.
  • none
  • center
  • left
  • right
If checked, your avatar will be displayed
Captcha
Happy
Sad
Surprise