提交 d7cd921c authored 作者: wangzhao's avatar wangzhao

增加新文件

上级 d6a26bc3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>门户网页演示</title>
<style>
/* 添加一些基本样式 */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header {
text-align: center;
padding: 20px 0;
}
.header h1 {
font-size: 32px;
color: #333;
}
.navbar {
text-align: center;
margin-bottom: 20px;
}
.navbar a {
margin: 0 10px;
color: #555;
text-decoration: none;
}
.navbar a:hover {
color: #000;
}
.feature {
text-align: center;
margin-bottom: 40px;
}
.feature img {
width: 200px;
border-radius: 50%;
}
.feature h2 {
margin-top: 20px;
font-size: 24px;
color: #333;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>欢迎来到我们的门户网页</h1>
</div>
<div class="navbar">
<a href="#">首页</a>
<a href="#">关于我们</a>
<a href="#">服务</a>
<a href="#">联系我们</a>
</div>
<div class="feature">
<img src="https://via.placeholder.com/200" alt="Feature Image">
<h2>了解我们的特色</h2>
<p>这里可以添加一些描述,介绍网站的特色服务或功能。</p>
</div>
<div class="feature">
<img src="https://via.placeholder.com/200" alt="Feature Image">
<h2>最新动态</h2>
<p>这里可以添加一些最新动态或新闻,让用户了解我们的最新动态。</p>
</div>
</div>
</body>
</html>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论