Saturday

CSS (3)


<style type="text/css">
ul {list-style-type:circle; {Unordered List}
list-style-image:url('icon.gif'); {Image List}
ol {list-style-type:armenian;} {Ordered List}

p {background-color:red; {Background Color}
background-image:url('pic1.jpg'); {Background Image}
background-repeat:norepeat; {Background Repeation}
background-position:top right; {Background Postion}
background-attachment:fixed; {Background Attachment}

</style>

No comments:

Post a Comment