Skip to content

Commit

Permalink
Update test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatbuce authored Mar 1, 2018
1 parent e75f35f commit 577555a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 001Basics/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
<head>
<meta charset="UTF-8">
<title>唐诗一首</title>
<style type="text/css">
body{
background-image: url(./images/123.PNG);
background-size: 100% 100%;
height: 100%;
}
html{
height: 100%;
}
</style>
</head>
<body>
<img src="./images/123.PNG"/>
<h1>静夜思</h1>
<p>床前明月光,</p>
<p>疑是地上霜。</p>
Expand Down

0 comments on commit 577555a

Please sign in to comment.