美文网首页
简单“新闻列表”边框

简单“新闻列表”边框

作者: 随风摇摆的樱桃 | 来源:发表于2018-03-28 20:20 被阅读0次

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>新闻列表</title>
<style>
.box1{
width: 400px;
height: 50px;
border-top: 1px solid #f00;
border-bottom: 3px solid #666;
}
.box2{
font-size: 20px "微软雅黑" #333;
margin: 15px;
}
</style>
</head>
<body>
<div class="box1">
<div class="box2"><strong>新闻列表</strong></div>
</div>
</body>
</html>

QQ截图20180328201904.png

相关文章

网友评论

      本文标题:简单“新闻列表”边框

      本文链接:https://www.haomeiwen.com/subject/sbwucftx.html