• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back

color

Sets the color of text

opacity

Sets the opacity level for an element

background

Shorthand property for setting all the background properties in one declaration




background: background-color background-image background-position background-size background-repeat background-origin, background-clip background-attachment;




not all values need to be present

background-attachment

Sets whether a background image is fixed or scrolls with the rest of the page

background-blend-mode

Specifies the blending mode of each background layer (color/image)

background-color

Specifies the background color of an element

background-image

Specifies one or more background images for an element

background-position

Specifies the position of a background image

background-repeat

Sets how a background image will be repeated

background-clip

Specifies the painting area of the background

background-origin

Specifies where the background image(s) is/are positioned

background-size

Specifies the size of the background image(s)

border

Sets all the border properties in one declaration




border: border-width border-style border-color;




Fine if a value is missing

border-bottom




(border-(top/bottom/left/right))

Sets all the properties for the specified part of the border in one declaration




border-bottom: border-bottom-width border-bottom-style border-bottom-color;




Okay if not all values are there

border-bottom-color




(border-(top/bottom/left/right)-color

Sets the color of the specified part of the border

border-bottom-left-radius




(border-(top/bottom)-(left/right)- radius)

Defines the shape of the border of the specified corner

border-bottom-style




(border-(top/bottom/left/right)-style)

Sets the style of the specified part of the border

border-bottom-width




(border-(top/bottom/left/right)-width

sets the width of the specified part of the border

border-color

Sets the color of all four borders