Skip to content

Commit 29292ed

Browse files
authored
update
1 parent 5a80094 commit 29292ed

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"files.exclude": {
3+
"**/.git": true,
4+
"**/.svn": true,
5+
"**/.hg": true,
6+
"**/CVS": true,
7+
"**/.DS_Store": true,
8+
"**/Thumbs.db": true,
9+
"**/.classpath": true,
10+
"**/.project": true,
11+
"**/.settings": true,
12+
"**/.factorypath": true
13+
},
14+
"hide-files.files": []
15+
}

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:root {
2+
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
3+
}

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Wenjie Zhang (张文杰)</title>
7+
<!-- css -->
8+
<link rel="stylesheet" href="css/style.css">
79
</head>
810
<body>
9-
First Commit
11+
<h1 class="name">Wenjie Zhang 张文杰</h1>
1012
</body>
1113
</html>

0 commit comments

Comments
 (0)