CSS used in the Lists section
| CSS Property | CSS Value | Explanation |
| a:hover | A colour | Used for mouseover colours |
| a:visited | A colour | Used for visited pages colours |
| display | block, inline | Blocks of elements or all in a line |
| height | A px or % value | Set a height for an element such as a DIV or P tag |
| list-style-type | none | Use to switch off bullets for lists |
| text-decoration | none | Switch off the underlines for hyperlinks |
| width | Red | Set a width for an element such as a DIV or P tag |
Comments
Post a Comment