CSS3 Flashcards

1
Q

Selector

A

Any element you want to affect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Property

A

What you are changing in the selector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Value

A

That the property of the selector will be changed to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Rule

A

The combination of selector, property, and value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Declaration

A

Combination of property and value in a rule. You can have multiple declarations (separated by a semicolon) per rule.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

!Important

A

Directive that overwrites normal cascading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SASS

A

Syntacically Awesome Style Sheet

CSS preprocessor that allows you to add variables and nested rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Style Attribute

A

Universal attribute that can be added to any HTML element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Universally supported web image formats

A

GIF, JPEG, PNG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

JPEG

A

Joint Photographic Experts Group

16.7 million colors, used for photos and complex images, small file size, uses “lossy” compression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

GIF

A

Graphics Interchange Format

256 colors, used for line art, custom drawings and navigational images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

PNG

A

Portable Network Graphics

Widely implemented standard, bit depth can be adjusted, built with open standards, lossless compression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly