Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbeiii committed Dec 22, 2024
1 parent e5531ea commit dcb4809
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/weblab.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
fjkdjfk
<!DOCTYPE html>
<html>
<head>
<title>yanbei's blog</title>
<link rel = "stylesheet" href = "style.css"/>
</head>
<body>
<img src="dog.png" width="400px" height="200px"></img>
<h1 class="u-textCenter">yanbei's study share</h1>
<hr/>
<section>
<h4>About me</h4>
<p>I really want to be CS master</p>
</section>
<section>
<h4>My favorite books</h4>
<p>stone book</p>
</section>
</body>
</html>
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.u-textContent {
text-align: center;
}

0 comments on commit dcb4809

Please sign in to comment.