CSS3第5章上机练习3

版权声明:@桔橘酱 https://blog.csdn.net/weixin_44100210/article/details/88771034

ps:代码如图,看下面~~

首先是名为"xwzx"的css文件~

h1 {
font: 22px arial;
color: rgba(0, 0, 255, 0.5) #333;
text-align: center;
text-shadow: black 2px 2px 2px;
}

h2 {
font-size: 18px;
color: #999;
line-height: 30px;
text-align: center;
}

td{
font: 14px arial;
color: #333;
line-height: 25px;
text-indent: 2em;
}

h3 {
font-size: 12px;
text-align: center;
line-height: 30px;
}

span {
color: red;
}

img {
clear: both;
display: block;
margin: auto;
}

h4{
text-indent: 2em;
}

其次,链接外部样式表:
在这里插入图片描述
在这里插入图片描述
ps:我去,都这么晚了 ! 撤了撤了 see you tomorrow~再会,哇,炒鸡困的…

猜你喜欢

转载自blog.csdn.net/weixin_44100210/article/details/88771034