CSS3 Flashcards
Selector
Any element you want to affect
Property
What you are changing in the selector
Value
That the property of the selector will be changed to
Rule
The combination of selector, property, and value
Declaration
Combination of property and value in a rule. You can have multiple declarations (separated by a semicolon) per rule.
!Important
Directive that overwrites normal cascading
SASS
Syntacically Awesome Style Sheet
CSS preprocessor that allows you to add variables and nested rule
Style Attribute
Universal attribute that can be added to any HTML element
Universally supported web image formats
GIF, JPEG, PNG
JPEG
Joint Photographic Experts Group
16.7 million colors, used for photos and complex images, small file size, uses “lossy” compression
GIF
Graphics Interchange Format
256 colors, used for line art, custom drawings and navigational images
PNG
Portable Network Graphics
Widely implemented standard, bit depth can be adjusted, built with open standards, lossless compression