Search Bloguru posts

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

https://en.bloguru.com/love

🌹マニュアル🌹WEB🌎CSS🌎文字を変える(大きさ、種類)

thread
■文字の大きさを変える→「font-sizeプロパティ」を使う

< h1 >赤で10px< /h1 >
< p >青で40px< /p >

HTML

赤で10px


青で40px



CSS
h1{
color:#ff0000:
font-size:10px:
}

p{
color:#0000ff;
font-size:40px;
}

■文字の種類を変える→「font-familyプロパティ」を使う

HTML
< h1 >hello< /h1 >
< p >hello< /p >

CSS
h1{
fomt-fa,ily:serif:
}
p{
fomt-size:"Avenir Next";
}

※明朝体:serif、YuMincho
※ゴシック体:sans-serif、"Lucida Grande"

■要素の一部にだけ反映させる→< span >を使う。



#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