css新闻综合案例_css

<title>新闻设计</title>
<style>
body{
font: normal 400 16px "Microsoft Yahei";
/*style weight size family*/
}
h1{
text-align: center;
font-weight: 400;
}
div{
color: gray;
font-size: 12px;
text-align: center;
}
a{
text-decoration: none;
width: 100;
}
.search{
font-weight: 700;
}
p{
text-indent: 2em;
}
.image{
text-align: center;
}
.footer{
color: gray;
font-size: 12px;
}
</style>