5.9

 

今天学习了css文本.

颜色body {color:blue;}
h1 {color:#00ff00;}
h2 {color:rgb(255,0,0);}

对齐

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

修饰

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

posted @ 2023-06-11 11:06  一个不会起名字的人  阅读(54)  评论(0编辑  收藏  举报