请问老师,这样写是否可以,谢谢老师。
来源:2-5 编程练习
秋荏苒
2019-06-24 00:00:14
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
<style type="text/css">
* {
padding:0;
margin:0;
font-family: 微软雅黑,serif;
}
.content{
width: 500px;
height: 200px;
margin: 0 auto;
background: #ffb5bf;
text-align: center;
}
.content div {
text-align: center;
font-size: 20px;
font-weight: bold;
color: #ffe4c0;
padding-top: 74px;
}
</style>
</head>
<body>
<div class="content">
<div>
欢迎大家来到慕课网学习!<br>
来到慕课网学习!
</div>
</div>
</body>
</html>1回答
同学你好,效果是可以实现的的,祝学习愉快~
相似问题