Section 1

Preview this deck

border-bottom-style

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (56)

Section 1

(50 cards)

border-bottom-style

Front

Sets the style of the bottom border

Back

property

Front

The style attribute you want to change

Back

letter-spacing

Front

Increase or decrease the space between characters (normal-length)

Back

line-height

Front

Sets the distance between lines (normal-number-length-%)

Back

border-bottom

Front

Sets all the bottom border properties in one declaration (must be in proper order)

Back

selector

Front

Specify which elements are to be influenced by the style rule

Back

declaration

Front

A style attached to a specific selector (consists of a property and a value)

Back

text-transform

Front

Controls the letters in an element (none-capitalize-uppercase-lowercase)

Back

list-style-image

Front

Specifies an image as the list-item marker (url(URL)-none-inherit)

Back

background-image

Front

Sets the background image for an element (url(URL)-none-inherit)

Back

list-style

Front

Sets all the properties for a list in one declaration (must be in proper order)

Back

vertical-align

Front

Sets the vertical alignment (top-bottom-middle)

Back

font-variant

Front

Specifies weather or not a text should be displayed in a small-caps font (normal--small-caps--inherit)

Back

font-size

Front

Specifies the font size of text (generalsize-length-%-inherit)

Back

border-color

Front

Sets the color of the four borders

Back

background

Front

Sets all the background properties in one declaration (must be in proper order-color-image-repeat-attachment-position-inherit)

Back

background-attachment

Front

Sets whether a background image is fixed or scrolls with the rest of the page (scroll-fixed-inherit)

Back

text-align

Front

Aligns the text in an element (left-right-center-justify)

Back

font-style

Front

Specifies the font style for text (normal-italic-oblique-inherit)

Back

border-width

Front

Sets the width of the four borders

Back

font-family

Front

Specifies the font family for text (family-name--generic-family--inherit)

Back

a:visited

Front

The visited link selector

Back

a:active

Front

Selected link selector (MUST come AFTER a:hover)

Back

text-decoration

Front

Adds or removes decoration to/from text (none--underline--overline--line-through--blink)

Back

white-space

Front

Sets how white space inside of an element is handled (normal-pre-nowrap)

Back

.

Front

The selector symbol used to specify a style for a group of elements (the elements targeted must be marked with the "class" attribute)

Back

background-color

Front

Sets the background color of an element (rgb-#hex-name-transparent-inherit)

Back

a:hover

Front

Mouse over link selector (MUST come AFTER a:link and a:visited)

Back

border-style

Front

Specifies what kind of border to display (MUST be included for other border properties to work)

Back

CSS

Front

Acronym for Cascading Style Sheet (defines how to display HTML elements)

Back

outline

Front

A line drawn around elements (outside the border edge to make the element "stand out" - sets all outline properties in one decliration)

Back

direction

Front

Sets the text direction (ltr-rtl)

Back

font-weight

Front

Specifies the weight of a font (normal-bold-bolder-lighter-size-inherit)

Back

word-spacing

Front

Increase or decrease the space between words (normal-length)

Back

background-position

Front

Sets the starting position of a background image (textpos-x% y%-xpos ypos-inherit)

Back

/.../

Front

CSS comment tag

Back

list-style-position

Front

Specifies if the list-item marker should appear inside or outside the content flow (inside-outside-inherit)

Back

value

Front

Suggests how the property should be formatted

Back

border-bottom-color

Front

Sets the color of the bottom border

Back

font

Front

Sets all the font properties in one declaration (must be in proper order and the font-size and font-family values are required)

Back

color

Front

Sets the color of a text (name-rgb-#hex)

Back

list-style-type

Front

Specifies the type of list-item marker

Back

#

Front

The selector symbol used to specify a style for a single/unique element (the element targeted must be marked with the "id" attribute)

Back

border

Front

Sets all the border properties in one declaration (must be in proper order)

Back

outline-color

Front

Sets the color of the outline

Back

text-indent

Front

Indents the first line of text in an element (length-%)

Back

border-bottom-width

Front

Sets the width of the bottom border

Back

a:link

Front

The unvisited link selector

Back

vertical-align

Front

Sets the vertical alignment of an element (baseline--sub--super--top--text-top--middle--bottom-text-bottom--length--%)

Back

background-repeat

Front

Sets if/how a background image will repeat (repeat--repeat-x--repeat-y--no-repeat--inherit)

Back

Section 2

(6 cards)

margin-bottom

Front

Sets the bottom margin of an element (auto-length-%)

Back

margin

Front

Clears an area round an element which is also outside of the border and is completely transparant

Back

padding

Front

Clears an area around the content which is inside of the border of an element (length-%)

Back

outline-width

Front

Sets the width of an outline

Back

padding-bottom

Front

Sets the bottom padding of an element (length-%)

Back

outline-style

Front

Sets the style of an outline

Back