Home Registeration Login Table Locator
| PROPERTIES | SUB-PROPERTIES | VALUE | DISCRIPTION | RESULT |
|---|---|---|---|---|
| background properties: | changes the back ground properties of element | |||
| background-color: | color_name | changes the back ground color | backgroung color change | |
| background-image: | url(image_name.ext) | changes the backgroung image | background image change | |
| background-repeat: | repeat/no-repeat/repeat-x / repeat-y | changes the backgroung repeat properties | background image repeats or dont repeat | |
| background-position: | top/center/bottom-left/right | changes the backgroung position | background position change | |
| background-attachment: | fixed | changes the element attachment | attachment is fixed | |
| border properties | ||||
| border-top/bottom/left/right-style: | style_name; | changes the border style | border style changed | |
| border-top/bottom/left/right-color: | color_name; | changes the border color | border color changed | |
| border-top/bottom/left/right-width: | value(px); | changes the border width | border width changed | |
| border-top/bottom/left/right-style: | style_name; | changes the border style | border style changed | |
| Text properties | ||||
| color: | color_name; | changes the text color | text color changed | |
| text-align: | left/right/center | changes the text alignment | text alignment changed | |
| text-decoration: | underline/overline/line-through/blink; | changes the text decoration | text decoration changed | |
| direction: | left-to-right/right-to-left; | changes the text direction | text direction changed | |
| line-height: | value(px); | changes the textline height | text height changed | |
| letter-spacing: | value(px); | changes the space between the letters | letter space changed | |
| word-spacing: | value(px); | changes the space between the words | word space changed | |
| text-indent: | value; | how the empty space should be left before lines of text in a block | text indentation changed | |
| text-transformation: | normal/between/uppercase; | changes the case of text | text case changed | |
| white-space: | pre/nowrap/normal; | changes the white space between the words | white space changed | |
| text-shadow: | color horizontal vertical blur; | changes the text shadow words | changes the text shadow | |
| font-size: | value(px); | changes the font size | font size changed | |
| font-family: | name; | changes the font family | font family changed | |
| font-weight: | bold/bolder/smaller/medium/100-900; | changes the space between the words | word space changed |
Comments
Post a Comment