<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>盒子模型</title>
<style type="text/css">
.news_title{
width: 380px;
height: 35px;
border-top:1px solid red;
border-bottom: 3px solid black;
font-size: 20px;
color: black;
font-family: 'Microsoft Yahei';
font-weight: normal;
padding-top: 15px;
line-height: 20px;
padding-left: 20px;
}
</style>
</head>
<body>
<h3 class='news_title'>新闻标题</h3>
</body>
</html>```

前端开发--css--盒子模型练习题
最新推荐文章于 2025-05-05 15:50:28 发布