Section 1

Preview this deck

CSS float

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

4 years ago

Date created

Mar 1, 2020

Cards (15)

Section 1

(15 cards)

CSS float

Front

A property to push an element to the left or right, allowing other elements to wrap around it.

Back

CSS Span

Front

An ID selector is a name preceded by a hash character ("#") Ex: #top

Back

CSS selector

Front

Part of a CSS rule set that actually selects the content or HTML element you want to style.

Back

CSS margin

Front

The space around the outside of an element or border.

Back

CSS background-attachment

Front

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

Back

CSS em

Front

The unit that is recommended by the W3C and is equal to the current font size.

Back

CSS Grouped Selector

Front

When more than one HTML element is called in a stylesheet and separated by a comma.

Back

CSS value

Front

Given to a CSS property following a colon

Back

CSS background-position

Front

Sets the starting position of a background image. By default, a background-image is placed at the top-left corner of an element, and repeated both vertically and horizontally.

Back

CSS syntax

Front

A rule set for stylesheets that consists of a selector and a declaration block. The selector points to the HTML element you want to style, the declaration block contains one or more declarations separated by semicolons and each declaration includes a property name and a value, separated by a colon.

Back

CSS property

Front

Items that define how the styles should look on a Web page

Back

CSS Class

Front

A class selector that is a name preceded by a full stop (".") Ex: .bottom

Back

CSS padding

Front

The space between the element border and the element content.

Back

CSS text-transform property

Front

Controls the capitalization of text.

Back

CSS background-repeat

Front

Sets if/how a background image will be repeated.

Back