2013年9月11日 星期三

css-text css-aecord


text-disabled
input[type="text"][disabled] {color:black;}

text-readonly
input[type="text"][readonly] {color:gray; background:#dddddd;}


body {color:red;}
h1 {color:#00ff00;}
p.ex {color:rgb(0,0,255);}

h1 {text-align:center;}
p.date {text-align:right;}
p.main {text-align:justify;}

a {text-decoration:none;}


h1 {text-decoration:overline;}
h2 {text-decoration:line-through;}
h3 {text-decoration:underline;}

p.uppercase {text-transform:uppercase;}
p.lowercase {text-transform:lowercase;}
p.capitalize {text-transform:capitalize;}

p {text-indent:50px;}    *

h1 {letter-spacing:2px;}
h2 {letter-spacing:-3px;}

p.small {line-height:70%;}
p.big {line-height:200%;}

div.ex1 {direction:rtl;}

word-spacing:30px;

white-space:nowrap;


img.top {vertical-align:text-top;}
img.bottom {vertical-align:text-bottom;}




















沒有留言:

張貼留言