HTML・CSS Writing 2022

  • Web design
  • here

Introduction to CSS-Introduction to CSS3-compatible stylesheets

Introducing a portable CSS (style sheet) that can be used within the scope of CSS3 and used in practice.

CSS basics

  • Read CSS
  • CSS character code
  • Sample default CSS settings

CSS settings

  • font-weight --make the text bold
  • font-size --Set font size
  • letter-spacing --Set character spacing
  • color --Set the font color
  • opacity --Set opacity
  • border --Set the border
  • border-radius --Round the corners of the border
  • padding --Set padding
  • margin --Set margin
  • text-align --Text left justified, center justified, right justified
  • box-sizing --Border width / padding fits inside block width / height
  • white-space --Introduction to CSS [CSS3 compatible]

Pseudo class

  • Pseudo class

Selector

  • Selector

CSS technique

  • How to wrap with pre?
  • Wrap in character units word-break: break-all

Associated Information

Perl Club