"CSS Beginner" some selectors

Source: Internet
Author: User

CSS Constructs a text selector:
    text-indent:value; set text indent.
Text-align:center; Set text alignment, optional parameter: Left,center,right.
Line-height: value; set text line spacing.
Word-spacing: a value; the interval between words.
Letter-spacing: Values, letters, spacing between words.
Text-decration:underline; Can define text underline, default state none.
Font-famile: Font Name: Sets the font. You can set more than one comma separated.
Font-size: value; set font size.
Font-weight:bold; set text bold.

DIV Module Construction selector:
Background-color: #颜色值; Sets the background color of the module.
Background-image:url (image address) add a background image
Background-repeat: Sets whether the background picture is tiled, optional: repeat-x: horizontal tiling; repeat-y: Tile vertically; No-repeat: Uneven.
Background-position: Sets the position of the background picture in non-tiled state, top,bottom,left,center, and usually appears in pairs. (top left)
Background-size:cover: Set background picture zoom
border: Numeric, border type, color, set div border, border type: Medium solid


Not categorized:
padding: Sets the padding within the element (the distance between the border and the content).
padding:10px: It's about 10 up and down.
padding: up or down.
padding: upper right down left.
Margin: Sets the outer margin of the element.

block-level elements and inline elements convert to each other:
Display:block; Convert to block-level elements
display:inline; convert to inline element

position:relative; set element relative positioning.
Position:absolute; Set element absolute positioning.

"CSS Beginner" some selectors

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.