Course: CSCI 1210
Gestalt Web Design
- Looking at things where the whole is greater than the sum of its parts
- Adapted from Gestalt Psychology by Max Wertheimer in 1912
- Based on how our minds fill in missing information within images
- Design Principles: Visual Perception And The Principles Of Gestalt
Advanced CSS
Classes
- Used to apply format to tags, typically with
kebab-case
- Selected in CSS with the
.[class]
where[class]
is the name of the class- You can classes within elements, such as
p.foo
for paragraphs withclass="foo"
- You can classes within elements, such as
- You can have multiple classes on an element, separated with spaces