Search Bloguru posts

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

https://en.bloguru.com/love

🌹マニュアル🌹WEB🌎CSS🌎背景色と、背景色の縦横サイズ変更

thread
■背景色を変える→「background-colorプロパティ」

その行の色の変更

HTML
< h1 >大見出し< /h1 >
< p >段落< /p >

大見出し


段落




CSS
h1{
background-color:#dddddd;
}
p{
background-color:#ffd800;
}

■背景色の幅、高さを変える=width、heightプロパティをPXで指定。

HTML
< h1 >大見出し< /h1 >
< img src="https://prog-8.com/images/wanko.jpg" >

大見出し




CSS
h1{
width:500px;
height:80px;
background-color:#9de8ea:
}
imag{
width:500px;
height:200px;
}
#CSS #WEB #マニュアル #背景色

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