Introduction to CSS Part I
BEGINNER
#Web Development
Author: Fatima Tuz Zehra
Course description
CSS, or Cascading Style Sheets, is a stylesheet language used to describe the presentation of a document written in a markup language like HTML. CSS is a fundamental building block of the modern web and controls the styling and layout of websites and web applications.
Complete all chapters to get certificate
0%
Basic Introduction
This section will cover the basics of CSS. You will learn the language's syntax, the most common CSS properties, and how to add CSS styles to your web page.
CSS
Including CSS: Internal Styles
Including CSS: External Styles
Including CSS: Inline Styles
Basic Syntax of CSS
Basic Selection in CSS
Commonly Used Basic CSS Properties
Challenge
Selectors and Cascade
Selecting the elements you need becomes more challenging as your HTML code's complexity grows. This section will cover more advanced techniques of the selection.
ID Selectors
Class Selectors
Other Selectors
Cascade in CSS
Inheritance
Specificity
Manipulate Cascade, Specificity and Inheritance
Challenge
Box Model
This section will cover the general styling used for layout and text formatting to create a visually appealing and user-friendly design for your webpage. Part I.
Box Model Properties
Sizing Elements
Positioning Elements