Useful Links
Computer Science
Web Development
HTML/CSS Web Development
1. Introduction to Web Development
2. HTML Fundamentals
3. Intermediate HTML
4. CSS Fundamentals
5. CSS Layout
6. Advanced CSS and Responsive Design
7. Web Development Best Practices
CSS Fundamentals
Introduction to CSS
Purpose of CSS
CSS Syntax
Selectors
Values
Declarations
Declaration Blocks
Ways to Apply CSS
Inline Styles
Internal Stylesheets
External Stylesheets
Import Rule
The Cascade
Source Order
Importance
Specificity
Calculating Specificity
Specificity Hierarchy
Inheritance
Inherited Properties
Non-inherited Properties
Controlling Inheritance
Selectors
Basic Selectors
Universal Selector
Type Selector
Class Selector
ID Selector
Attribute Selectors
Presence Selectors
Value Selectors
Substring Matching Selectors
Grouping Selectors
Combinator Selectors
Descendant Combinator
Child Combinator
Adjacent Sibling Combinator
General Sibling Combinator
Pseudo-classes
Link Pseudo-classes
Link
Visited
Hover
Active
User Action Pseudo-classes
Focus
Focus-within
Focus-visible
Structural Pseudo-classes
First-child
Last-child
Nth-child
Nth-of-type
Only-child
Empty
Form Pseudo-classes
Enabled
Disabled
Checked
Valid
Invalid
Pseudo-elements
Before
After
First-letter
First-line
Selection
The Box Model
Content Area
Padding
Padding Shorthand
Individual Padding Properties
Border
Border Width
Border Style
Border Color
Border Shorthand
Border Radius
Margin
Margin Shorthand
Individual Margin Properties
Margin Collapsing
Visualizing the Box Model
Box-sizing Property
Content-box
Border-box
Core CSS Properties
Color and Background
Color Property
Named Colors
Hex Colors
RGB Colors
HSL Colors
Opacity and Alpha
Background Properties
Background-color
Background-image
Background-position
Background-repeat
Background-size
Background-attachment
Background Shorthand
Typography
Font Properties
Font-family
Font-size
Font-weight
Font-style
Font-variant
Font Shorthand
Text Properties
Text-align
Text-decoration
Text-transform
Text-indent
Text-shadow
Line and Letter Spacing
Line-height
Letter-spacing
Word-spacing
Sizing and Units
Width and Height Properties
Min and Max Dimensions
Absolute Units
Pixels
Points
Centimeters
Millimeters
Inches
Relative Units
Em
Rem
Percentage
Viewport Width
Viewport Height
Ex
Ch
Visibility and Display
Visibility Property
Opacity Property
Overflow Property
Previous
3. Intermediate HTML
Go to top
Next
5. CSS Layout