Introduction to CSS - Software School (2024-02-29)

6 months ago
9

An introduction to Cascading Style Sheets (CSS) to change the visuals of a web page written in HyperText Markup Language (HTML).

You learn how to use a type selector to style all paragraphs in a document with basic CSS properties such as color, background color, and text align.

The lecture also teaches how to use the browser developer tools (DevTools) to help you with development. It allows you to change the style and see the outcome in real time. It is very useful to debug CSS.

You also learn other CSS properties related to the font of a text. For example, changing the size, family, and weight.

The lecture also teaches you how to select HTML elements for styling according to their ID or class attribute.

Loading 1 comment...