Live CSS Editing with DevTools

Open DevTools (F12) → Sources → css/styles.css, and edit. Save with Ctrl+S.

Image to Style

Width, border, and center this image:

Practice photo

Headings & Paragraphs

Change the font family and colors for headings and paragraphs.

Lists

Change bullet types for these lists:

Unordered List

Ordered List

  1. Open DevTools
  2. Edit CSS
  3. Save

Definition List

Change colors for dt and dd.

Selector
Targets elements in CSS (e.g., body, img, h1).
Box Model
Content, padding, border, and margin.