CSS properties
position property
A CSS property that defines how objects should be placed on the page.
border-collapse property
A CSS property that merges adjacent table borders into one border.
z-index property
A CSS property used to stack overlapping page elements.
word-spacing
Adjusting the average distance between words to improve legibility or to fit block of text into a given amount of space.
text-indent
Allows you to indent the first line of text within an element - you can specify by how much
opacity
An adjustable feature of a layer that determines how little or how much you can see through a design component; transparency.
text-transform
CSS property configures the capitalization of text
background-color
CSS property is used to change the background color
letter-spacing
CSS property is used to define the spacing between text characters
background-attachment property
CSS property to "scroll" or "fixed" you can control whether the background image will scroll along with the rest of the elements on the page when the user slides the scroll bar or whether the image will stay fixed to the page.
rgba
Define the style below using a single rgba directive instead of the "color" and "opacity" directives
clear property
If you want to tell the browser that a block element should not overlap with a floating element or container - use clear property - it will push the element or container below until it is clear of the floating element
border-bottom-color
Sets the color of the bottom border
border-left-color
Sets the color of the left border
border-right-color
Sets the color of the right border
border-top-color
Sets the color of the top border
border-left-style
Sets the style of the left border
border-right-style
Sets the style of the right border
background property
The CSS property that defines the element background by specifying the source of the image file, the location of the background image, and the direction in which the background image is repeated.
padding property
The CSS property that sets the padding space around element content.
display property
The CSS property that specifies how browsers should display an element.
border-radius property
The CSS property used to create a rounded or elongated corner around an element.
float property
The CSS property used to float elements on a specified margin.
visibility property
The Java property that controls whether a control is displayed on the emulator.
border property
The border is the edge of the element. It becomes visible by giving the border property width, style, and color
left property
The distance between the left edge of the AP element and the left edge of the page or parent AP element that contains it.
top property
The distance between the top edge of the AP element and the top edge of the page or AP element that contains it.
margin property
The margin is the space around the element. The larger the margin, the more space between our element and the elements around it. We can adjust the margin to move our HTML elements closer to or farther from each other
text-align
This CSS property allows control of a block of text moved left, right, or centered between margins.
vertical-align
This CSS property can be used to adjust the contents of a cell vertically such as: top, middle, bottom.
text-decoration
Used for links and customizing how they look.
@font-face
What CSS directive defines a custom font named mySiteFont, whose font definition file is named msf.woff?
box-shadow property
attaches one or more shadows to an element.
font-family
configures the font typeface of text
font-size
css property configures the size of text
text-shadow
css property defines a shadow for text
border-image property
property allows you to specify an image to be used instead of the normal border around an element. a shorthand property for setting the border-image-source, border-image-slice, border-image-width, border-image-outset and border-image-repeat properties.
padding-bottom property
property sets the bottom padding (space) of an element.
padding-left property
property sets the left padding (space) of an element.
margin-right property
property sets the right margin of an element.
border-style
property that must be set along with color or width to generate a visual border around an element.
list-style-image property
replaces the list-item marker with an image.
color
sets color
background-repeat property
sets if/how a background image will be repeated. By default, a background-image is repeated both vertically and horizontally.
background-image property
sets one or more background images for an element. the total size of the element, including padding and border (but not the margin). placed at the top-left corner of an element, and repeated both vertically and horizontally.
bottom property
sets the bottom edge of an element to a unit above/below the bottom edge of its nearest positioned ancestor.
border-spacing property
sets the distance between the borders of adjacent cells (only for the "separated borders" model).
right property
sets the right edge of an element to a unit to the left/right of the right edge of its nearest positioned ancestor.
padding-right property
sets the right padding (space) of an element.
background-position property
sets the starting position of a background image.
border-botton-style
sets the style of an element's bottom border.
margin-top property
sets the top margin of an element.
padding-top property
sets the top padding (space) of an element.
width property(floating elements)
sets the width of floating element
empty-cells property
sets whether or not to display borders and background on empty cells in a table (only for the "separated borders" model).
width property (tables)
sets width of table
list-style property
shorthand property sets all the list properties in one declaration.
padding property (tables)
shorthand property sets all the padding properties in one declaration. This property can have from one to four values.
list-style-position property
specifies if the list-item markers should appear inside or outside the content flow.
line-height
specifies line height:line-height: normal|number|length|initial|inherit;
cursor property
specifies the type of cursor to be displayed when pointing on an element.
list-style-type property
specifies the type of list-item marker in a list.
float property (images)
specifies whether or not a box (an element) should float.
border-color
the color element border on one or more sides
height(images)
used to set height of image
width(images)
used to set width of image