- 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
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]