1. 程式人生 > >html5-文本屬性

html5-文本屬性

over col text orm letter -a let enter ack

/*p{color: red;width: 50%;text-align: center;background: blue;}
p{text-align: end;}
p{text-align: end;width: 50%}
p{line-height: 50px;}
p{line-height: 20}
p{text-indent: 2em;}
p{text-decoration: overline;}
p{text-decoration: underline;}
p{text-decoration: none;}
a{text-decoration: none;}
p{letter-spacing: 2em;}
p{word-spacing: 3em;}
p{text-transform: uppercase;}
p{text-transform: lowercase;}
p{text-transform: capitalize;}
p{text-shadow:5px 5px 5px green,8px 8px 5px rgba(255,0,0,0.5)}*/

html5-文本屬性