Skip to content
Snippets Groups Projects
Commit 486424cb authored by Xiemuqing Xiao's avatar Xiemuqing Xiao
Browse files

Xiao

parent ee51a62a
No related branches found
No related tags found
2 merge requests!13Xiao,!4Dev
......@@ -91,3 +91,13 @@ table {
.user-info {
margin-top: 100px; /* Moves the table down by 100 pixels */
}
.user-info h1,
.user-info h2 {
margin-top: 100px; /* 为每个标题添加上间距 */
}
.user-info p,
.user-info ul {
margin: 10px 0; /* 为段落和列表项设置上下间距 */
}
......@@ -63,3 +63,4 @@ button{
color: #fff;
}
......@@ -5,6 +5,7 @@
<title>Title</title>
<link rel="stylesheet" href="../../css/index.css">
<link rel="stylesheet" href="../../css/reset.css">
<link rel="stylesheet" href="style.css">
<script src="../static/lib/jquery.js"></script>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment