Section 1

Preview this deck

CSS PADDING-SHORTHAND PROPERTY

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 (27)

Section 1

(27 cards)

CSS PADDING-SHORTHAND PROPERTY

Front

The CSS padding properties are used to generate space around an element's content, inside of any defined borders.

Back

CSS LINK

Front

The link goes inside the head tag and looks like this

Back

Width: valuepx

Front

The width property determines how wide the element will be.

Back

TEXT TRANSFORMATION

Front

The text-transform property is used to specify uppercase and lowercase letters in a text.

Back

font-size: value

Front

affects the size of text

Back

Body {property:value;}

Front

The <body> element is a special element that wraps all of the visible content on a web page.

Back

text-align:value

Front

Affects the alignment of text

Back

Property: valuepx

Front

Pixel, which is abbreviated px, is how elements are measured in CSS.

Back

text-decoration: value

Front

Affects the text in additional style

Back

Height: valuepx

Front

The height property determines how tall the element will be.

Back

STYLE SHEET

Front

To add CSS style rules to an HTML page, you need to create a style sheet document.

Back

Border-style: value

Front

The `border-style` property determines what kind of border (solid, dotted, etc.) the element has.

Back

RULES

Front

The rules describe how the elements identified by the selector should change.

Back

Border-radius: valuepx

Front

The `border-radius` property determines the radius of the curves at the corners of the element.

Back

SELECTOR

Front

The selectors can be any part of the web page you want to style.

Back

CSS BORDER-SHORTHAND PROPERTY

Front

The border property is a shorthand property for the following individual border properties: border-width border-style (required) border-color

Back

Background-color: value

Front

It changes the background of the page.

Back

CSS Class

Front

An identifier that allows multiple elements in an HTML document to be styled in the same way

Back

CSS RULE SETS

Front

CSS rule-sets consist of two main parts: Selector and Rules

Back

Cascading Stylesheets

Front

is a language that adds style to a web page.

Back

color: value

Front

Affects the color or text

Back

Border-color: value

Front

Changes the color of your borders

Back

Float: value

Front

The float property makes an element "float", meaning that the elements that come after it all flow around it.

Back

CSS MARGIN-SHORTHAND PROPERTY

Front

The margin property is a shorthand property for the following individual border properties: margin-top margin-right margin-bottom margin-left

Back

Margin: valuepx

Front

The margin property determines how much space will be around the image.

Back

Border-width: valuepx

Front

Changes the border width of an element, like an image or table.

Back

font-family: value

Front

Affects the font style

Back